News_Post_DeskopApp_Using-_Socket_Programing_Java

所属分类:网络编程
开发工具:Java
文件大小:0KB
下载次数:0
上传日期:2024-03-03 16:14:06
上 传 者sh-1993
说明:  该存储库包含两个JavaFX应用程序,演示客户端和服务器应用程序之间的实时通信。“Post News”应用程序允许用户输入新闻并将其发布到本地服务器,而“查看新闻”应用程序侦听来自服务器的新闻更新并显示它们。
(This repository contains two JavaFX applications demonstrating real-time communication between client and server applications. The "Post News" application allows users to input and post news to a local server, while the "View News" application listens for news updates from the server and displays them.)

文件列表:
mavenproject11/
seethenews/

# Post and View News JavaFX Applications This repository contains two JavaFX applications for posting and viewing news. These applications are designed to communicate over a local network, allowing users to post news from one application and view it in another. # The Purpose Of This Repo The purpose this applications is to show real time communication between mulitiple user to communicate with the with a single client using javaFX and sockets.The "Post News" application allows users to input short text and post it as news to a server running on localhost. On the other hand, the "View News" application continuously listens for news updates from the server and displays them in a list view. These applications demonstrate a basic client-server architecture for sharing information in real-time over a local network. # Post News Application The "Post News" application (com.mycompany.mavenproject11) provides a simple interface for users to input short text and post it as news. The news is then sent to a server running on localhost. # Usage Enter your short text in the provided text field. Click the "Post News" button to send the news to the server. # View News Application The "View News" application (com.mycompany.seethenews) displays news received from the server. It continuously listens for news updates and displays them in a list view. # Usage Click the "View News" button to start listening for news updates. As news is posted from the "Post News" application, it will be displayed in the list view. # Prerequisites Java Development Kit (JDK) installed Maven installed (for building the projects) javafx installed # Images ![Screenshot 2024-03-02 211843](https://github.com/Yonatankinfe/News_Post_DeskopApp_Using-_Socket_Programing_Java/assets/158090444/603510aa-e010-4068-b625-53076237d303) # Video

近期下载者

相关文件


收藏者