Skip to content

A simple massively multiplayer online game server framework

License

Notifications You must be signed in to change notification settings

akrantz01/multiplayer-game-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Game Server

A simple multiplayer game server written in Golang 1.11 and designed for use in JavaScript ES6.

Get the Server

Option 1

Download it from the releases tab. Quick link to the most recent release.

Option 2

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.

Simple Example

You can find an example in the /example directory.

Links