Haha, who would write a Minecraft server in JavaScript anyway?
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.
There's usually a copy of recent code running on fknsrs.biz:25565
if you just
want to kick the tires without installing anything.
- Plugins all the way down!
- Cross platform (runs anywhere node.js does)!
The latest supported version of Minecraft client is 1.4.6.
Available via npm:
$ npm install jsmc
Or via git:
$ git clone git://github.com/deoxxa/jsmc.git
$ cd jsmc
$ npm install
$ ./server.example.js config.default.json
3-clause BSD. A copy is included with the source.
- GitHub (deoxxa)
- Twitter (@deoxxa)
- ADN (@deoxxa)
- Email (deoxxa@fknsrs.biz)