Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friskenstein/blabber
Simple Go WebSocket chat server and client
https://github.com/friskenstein/blabber
go golang gorilla-websocket
Last synced: 19 days ago
JSON representation
Simple Go WebSocket chat server and client
- Host: GitHub
- URL: https://github.com/friskenstein/blabber
- Owner: friskenstein
- Created: 2024-08-23T22:08:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:00:31.000Z (6 months ago)
- Last Synced: 2024-11-22T12:16:13.641Z (3 months ago)
- Topics: go, golang, gorilla-websocket
- 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
# Blabber
Simple WebSocket chat server and client.
Run server:
```bash
go run server/main.go
```Run client(s):
```bash
go run client/main.go
```