package
0.0.0-20190620042557-e70edfda8e57
Repository: https://github.com/360yun/sockjs-go.git
Documentation: pkg.go.dev
# README
Chat Example
Simple sockjs chat example.
Run
$ go run webchat.go
Navigate using web browser: http://127.0.0.1:8080 Open multiple windows with the same URL and see how chat works.
Docker
$ docker run -p=80:8080 -d imihalik/sockjs-chat