Releases: a19836/java-tcp-protocols
Releases · a19836/java-tcp-protocols
Java TCP Protocols - v1
Java TCP Protocols is a Java library that simulates some behaviors of different TCP communication patterns between client and server.
This library contains some examples and code basis, so developers can understand how protocols work and start creating their own protocols.
Main Idea:
- Client that reads user input and sends message to server. Then reads and prints html from server.
- Server that reads client messages and sends them back in a HTML format.