https://github.com/sieep-coding/chatserver
A single file chat server written in Go
https://github.com/sieep-coding/chatserver
Last synced: 4 months ago
JSON representation
A single file chat server written in Go
- Host: GitHub
- URL: https://github.com/sieep-coding/chatserver
- Owner: Sieep-Coding
- License: unlicense
- Created: 2024-08-04T22:57:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:02:18.000Z (almost 2 years ago)
- Last Synced: 2025-10-07T22:35:07.781Z (9 months ago)
- Language: Go
- Homepage:
- Size: 2.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat server
A single file chat server written in Go.
Works on a TPS server.
This is my first project using Neovim, hurray!
## Guide
Telnet linux command uses TCP connection, so that is how we will connect to our chat server.
`telnet [IP Address]:[Port]`
To close telnet, type `^]`