max-mapper / voxel-server

multiplayer server for voxel-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voxel-server

multiplayer server for voxel-engine

Use with voxel-client

If the client sends an object with a settings property, it will use those settings when creating its game instance and will send those instances to other clients that connect.

If the client settings have the property "resetSettings", the server will switch to those. It deletes any game instance and clears the chunkCache.

Get it running on your machine

npm install

Run the start script:

npm start

This gets the server running on port 8080.

explanation

background research:

license

BSD

About

multiplayer server for voxel-engine


Languages

Language:JavaScript 100.0%