I’ve just uploaded the latest .debs to launchpad for nodeJS v0.8 and npm 1.1.32. This should bring you a whole host of fixes and new features. The cluster functionality is far better now and the new module on the block is the domain features which allows you to group multiple IO features and handle them more efficiently. You can grab the latest packages here:
https://launchpad.net/~richarvey/+archive/nodejs
or by running:
add-apt-reposiotry ppa:richarvey/nodejs
apt-get update
apt-get install nodejs npm
I’ve also tested out the node-wwwfier project with the latest version and that’s still running sweetly.
node.js, nodejs, opensource, ppa, ubuntu
*** UPDATE ***
There is a new repo being created with the latest 0.6.x node.js and the 1.1.1 version of npm. This should be live soon and I’ll post details on the main page.
I’ve just started putting together a PPA (personal package archive) for node.js. The ultimate aim of this PPA is to provide all the components for nodester which provides an opensource stack for quickly deploying node.js apps.
There is currently the latest version of node.js 0.4.1 in the repository. The next stage is to compile NPM to allow node.js modules to be installed easily. Finally I’ll start the work on a nodester package, so what this space!
To add my PPA on ubuntu run the following command:
add-apt-repository ppa:richarvey/nodester
Details of this repository can be found here:
https://launchpad.net/~richarvey/+archive/nodester
node.js, opensource, ppa, ubuntu