Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blankeos/tcp-chat

🗨️ Go TCP server with command-line chat using telnet
https://github.com/blankeos/tcp-chat

Last synced: 4 days ago
JSON representation

🗨️ Go TCP server with command-line chat using telnet

Awesome Lists containing this project

README

        

# tcp-chat

Mostly reverse-engineered from [Allen's Whistle](https://github.com/allen-tran/whistle) project.
Teaches me valuable stuff about making a tcp server (net module), parsing cli arguments, object-oriented go (making structs with variables and making methods), and pointers.

![demo](demo.gif)