Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 247 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 247 Bytes

TCP Server, learning TCP server/client communication in different Languages.

Originally set up in Python, simple TCP server to understand how TCP server/client communication works.

Additional Golang implementation as exercise to learn GoLang