Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 416 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 416 Bytes

go-shout

Shoutbox with Golang, MongoDB and WebSockets

Installation

1 Get the source

$ go get github.com/juusaw/go-shout

2 Get dependencies

$ go get github.com/gin-gonic/gin && go get github.com/olahol/melody && go get gopkg.in/mgo.v2/bson

3 Build (from the project folder)

$ go build

4 Start MongoDB

$ mongod

5 Run the program

$ ./go-shoutbox

6 Navigate to localhost:3000 in browser