deoxxa / jsmc

Pure JavaScript Minecraft server
Other
82 stars 14 forks source link

jsmc

Haha, who would write a Minecraft server in JavaScript anyway?

Overview

jsmc is designed to be a very flexible, very hackable, moderately performant Minecraft server. It's written in JavaScript and runs well under node.js.

DEMO

There's usually a copy of recent code running on fknsrs.biz:25565 if you just want to kick the tires without installing anything.

Features

Compatibility

The latest supported version of Minecraft client is 1.4.6.

Installation

Available via npm:

$ npm install jsmc

Or via git:

$ git clone git://github.com/deoxxa/jsmc.git
$ cd jsmc
$ npm install

Usage

$ ./server.example.js config.default.json

License

3-clause BSD. A copy is included with the source.

Contact