A basic messenger app that uses NATS.io and Websockets as the underlying publish/subscribe tech
- NATS
- Go
- golang/dep
- A websocket client
- You will need to start a local
gnatsd
server - Build the messenger binary
dep ensure -v
docker-compose up --build
A basic public/subscribe messenger app that uses NATS and Websockets
GoApache-2.0