Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sieep-coding/chatserver
A single file chat server written in Go
https://github.com/sieep-coding/chatserver
Last synced: 7 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:02:18.000Z (5 months ago)
- Last Synced: 2024-11-08T01:39:29.587Z (about 2 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 `^]`