dead-simple chat app sample
Demo: https://chatapp.irieda.com
go get -d github.com/nobonobo/vecty-chatapp
cd $GOPATH/src/github.com/nobonobo/vecty-chatappmake gopherjs &
make devrunopen: http://localhost:8888/
make build
make runopen: http://localhost:8888/
docker run -it --rm -p 8888:8888 nobonobo/chatappopen: http://localhost:8888/