Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealarch01/basic-chat-app
Basic command line chat app using web sockets. Implemented in Go only with the standard library.
https://github.com/nealarch01/basic-chat-app
Last synced: about 17 hours ago
JSON representation
Basic command line chat app using web sockets. Implemented in Go only with the standard library.
- Host: GitHub
- URL: https://github.com/nealarch01/basic-chat-app
- Owner: nealarch01
- Created: 2022-12-09T18:20:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T18:42:59.000Z (about 2 years ago)
- Last Synced: 2024-06-19T16:23:39.527Z (7 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic chat app
To run: `go run main.go`To connect to the server: `nc localhost 5440`
Created in Go only using standard library
### Sample video
https://user-images.githubusercontent.com/73256760/206770567-663ec14e-8ea1-49cb-8059-51d78e460b31.mov