[nodejs] [ANN] jsmc - Minecraft server written in Node

2012-10-31 Thread Conrad Pankoff
Hey noders! Over the weekend/first part of this week I've started writing a Minecraft server entirely in JavaScript, to experiment with different types of applications in node. It's been surprisingly easy, with the help of a couple of support libraries I wrote for dealing with binary stuff. Ada

Re: [nodejs] [ANN] jsmc - Minecraft server written in Node

2012-10-31 Thread Alan Hoffmeister
Really nice and itersting work. Good job! -- Att, Alan Hoffmeister 2012/10/31 Conrad Pankoff : > Hey noders! > > Over the weekend/first part of this week I've started writing a Minecraft > server entirely in JavaScript, to experiment with different types of > applications in node. It's been surp

Re: [nodejs] [ANN] jsmc - Minecraft server written in Node

2012-10-31 Thread Anand George
Get an error 'jsmc' is not in the npm registry On Wed, Oct 31, 2012 at 6:26 PM, Alan Hoffmeister wrote: > Really nice and itersting work. > Good job! > > -- > Att, > Alan Hoffmeister > > > 2012/10/31 Conrad Pankoff : > > Hey noders! > > > > Over the weekend/first part of this week I've started

Re: [nodejs] [ANN] jsmc - Minecraft server written in Node

2012-10-31 Thread Conrad Pankoff
Oops! It should be there now, I hadn't actually published to NPM yet. On Thursday, 1 November 2012 00:08:41 UTC+11, node-code wrote: > > Get an error > > 'jsmc' is not in the npm registry > > On Wed, Oct 31, 2012 at 6:26 PM, Alan Hoffmeister > > > wrote: > >> Really nice and itersting work. >> G

Re: [nodejs] [ANN] jsmc - Minecraft server written in Node

2012-10-31 Thread Anand George
Fine. Works now. On Wed, Oct 31, 2012 at 6:42 PM, Conrad Pankoff wrote: > Oops! It should be there now, I hadn't actually published to NPM yet. > > > On Thursday, 1 November 2012 00:08:41 UTC+11, node-code wrote: > >> Get an error >> >> 'jsmc' is not in the npm registry >> >> On Wed, Oct 31, 201

Re: [nodejs] [ANN] jsmc - Minecraft server written in Node

2012-10-31 Thread Sotonin
awesome idea, nice job! On Wed, Oct 31, 2012 at 8:19 AM, Anand George wrote: > Fine. Works now. > > > On Wed, Oct 31, 2012 at 6:42 PM, Conrad Pankoff wrote: > >> Oops! It should be there now, I hadn't actually published to NPM yet. >> >> >> On Thursday, 1 November 2012 00:08:41 UTC+11, node-code