Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blankeos/tcp-chat
- Owner: Blankeos
- Created: 2023-11-07T15:03:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-07T15:41:09.000Z (12 months ago)
- Last Synced: 2024-05-15T15:31:44.848Z (6 months ago)
- Language: Go
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)