# README
nano-chat-demo
chat room demo base on nano in 100 lines
refs: https://github.com/topfreegames/nano
Required
- golang
- websocket
Run
docker compose -f ../../testing/docker-compose.yml up -d etcd nats
go run main.go
open browser => http://localhost:3251/web/
# Functions
NewRoom returns a Handler Base implementation.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author