go/

directory
v0.0.0-...-b884d93 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2018 License: MIT

README

Go

Dependencies

  • Go 1.7

All other dependencies are vendored in the project GOPATH with git submodules.

Download them with the following commands:

git submodule init
git submodule update

Building the server

From the top-level project directory:

make

If you want to run any go commands directly you will need to set the environment as follows from top-level project root:

export GOPATH=`pwd`/go
export PATH=$GOPATH/bin:$PATH

Websocket Server

The websocket server is located in ./src/hashrocket/go-websocket-server.

To run the go Server

bin/go-websocket-server -address REPLACEME -port 3334

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL