项目作者: akrantz01

项目描述 :
A simple massively multiplayer online game server framework
高级语言: Go
项目地址: git://github.com/akrantz01/multiplayer-game-server.git
创建时间: 2018-08-06T23:14:14Z
项目社区:https://github.com/akrantz01/multiplayer-game-server

开源协议:GNU Affero General Public License v3.0

下载


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:

  1. go get
  2. 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.