The source code is written in the Go programming language. Please ensure you have installed Go and have properly configured the $GOPATH
environment variable before following the installation steps.
The source code can be downloaded with:
$ go get github.com/yggie/EduChatSpike
This will download the source to $GOPATH/github.com/yggie/EduChatSpike
. The following commands will build and run the server:
$ go build
$ ./EduChatSpike
By default, the server runs on http://localhost:3000
The code uses the Go BDD testing framework, Ginkgo to test. Tests can be run from the root directory, with the command:
$ ginkgo -r