A TCP based chat room.
- Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite.
- TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating by an IP network. via
- Server provides a port for messages, transmits incoming messages to all connected clients
- Client can send and receive messages in real time, with multi-threading and an asynchronous I/O framework.