Introduction - If you have any usage issues, please Google them yourself
A chat communication model, design a chat room software, including server and client. This program enables LAN users to simultaneously chat function.
Server-side functions: initialization Socket, create server-side ) maintains a list, save all the user s IP address port information to accept the user to send chat messages, and then used to list users in the forwarding transmitted to the receiving user connection determine the order, issue a response to user commands
Client-side functionality: client interface two text boxes, one for receiving chat messages, one to accept user input chat messages when you press the Send button to send information to the server.