Chris Matthieu and DanBUK continue to iterate fast on their Nodester Node.js service. A bit ago they added a command-line interface to make apps even easier to deploy. The funky part was that to install a module for your Node.js app, you had to type nodester appnpm install modulename. Thankfully, they’ve made that much simpler… now you can just do:
nodester npm install modulename
Chris dropped me a note tonight to let me know that they’ve made it so that you can install multiple modules at once. For example:
nodester npm install express socket.io tropo-webapi
Another cool recent addition is the ability to map a custom domain to a Node.js app running on Nodester. Cool to see!