Project to do more, recently, to do a project: Java-based simple online chat system, feel very proud of.
This project uses the Java programming language to realize the design and implementation of the Web-based text interaction software, and achieves the interactive operation of the multi-client text message. Through the server-side multi-threaded monitoring client login and exit, real-time receive the message sent by the client and directed to the designated client, in order to achieve online real-time text message transmission function; When the server is running, the client can log on and exit at any time, and the client can set up personal information, including user name and password. , maintain a certain system stability, the client and server-side connection is stable.
This "Java-based simple online chat system" is my self-study in the process of Java completed a project report, basically completed the online chat system design, the realization of online real-time text message transmission function. However, due to limited capacity, the chat system function is not perfect, for example, the client registration interface registration information can not be saved in real-time to play the role of customer information verification, in addition, when three or more than three clients running simultaneously, one-to-one chat is not possible, only to achieve a one-to-many chat situation, Since the server side receives the information sent by the client and passes it to the specified client, the decision method is determined by whether the client sends the data at the previous time.
Java-based simple online chat system, feel very proud of a project