A simple multiplayer game server written in Golang 1.11 and designed for use in JavaScript ES6.
Download it from the releases tab. Quick link to the most recent release.
Build a binary from the master branch. Make sure you have Golang installed and use the following commands:
go get
go build -o server
Find the executable file in the current folder named server
. Currently, Ubuntu 18.04 and its variants are the only officially supported OSes, but most Linux flavors should work.
You can find an example in the /example directory.