Skip to content

johnnymo87/EduChatSpike

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EduChatSpike

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.

Installation

The source code can be downloaded with:

$ go get github.com/yggie/EduChatSpike

Starting the Server

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

Testing

The code uses the Go BDD testing framework, Ginkgo to test. Tests can be run from the root directory, with the command:

$ ginkgo -r

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • Go 14.5%
  • Other 1.4%