Skip to content

juusaw/go-shout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A shoutbox with Golang + MongoDB + WebSockets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published