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-chatapp
make gopherjs &
make devrun
open: http://localhost:8888/
make build
make run
open: http://localhost:8888/
docker run -it --rm -p 8888:8888 nobonobo/chatapp
open: http://localhost:8888/