Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardonicola/cli-chat
Chat simples em terminal com Websockets em Go
https://github.com/leonardonicola/cli-chat
go gorilla websockets
Last synced: 28 days ago
JSON representation
Chat simples em terminal com Websockets em Go
- Host: GitHub
- URL: https://github.com/leonardonicola/cli-chat
- Owner: leonardonicola
- Created: 2024-04-27T23:18:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T23:24:14.000Z (8 months ago)
- Last Synced: 2024-04-28T00:24:20.341Z (8 months ago)
- Topics: go, gorilla, websockets
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Como rodar
Para rodar o chat abra um terminal e rode: `go run ./server.go`
Depois, faça um split do terminal e rode o client: `go run ./consumer.go`
Para enviar mensagens, simplesmente digite no terminal e envie tecla ENTER