A lightweight pub/sub WebSocket server written in Go, specifically designed for smaller projects, rapid prototyping, and MVP development.
- Room-based messaging via URL paths
- YAML configuration
- Optional token authentication
go install github.com/awoldt/gosocket@latestRead full docs here: gosocket.io