March 2011
2 posts
2 tags
Meet @DavGlass, our new core team member!
Nodester would like to welcome @DavGlass to the team as our latest core team member! Dav may be a new core team member but he is not new to Nodester.  Dav has recently streamlined our chroot sandboxing technology, fixed our websockets, simplified branding, improved application management, eliminated the need to specify a valid port address in your app, and added git submodule support. Dav Glass...
Mar 11th
2 notes
2 tags
Running Websockets on Nodester!
Websockets are the latest craze and a natural fit for Node.JS.  Thanks to @DanBUK and @DavGlass, websockets are now supported on Nodester! Deploying a websocket application to Nodester couldn’t be any easier.  We’ll use socket.io’s chat example as an example.   All you need to make is two source code changes: server.js server.listen(8362); chat.html var socket = new...
Mar 4th
12 notes