Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 324 Bytes

Messenger

A basic messenger app that uses NATS.io and Websockets as the underlying publish/subscribe tech

Prerequisites

  1. NATS
  2. Go
  3. golang/dep
  4. A websocket client

Getting Started

  1. You will need to start a local gnatsd server
  2. Build the messenger binary
dep ensure -v
docker-compose up --build