Tag: node.js

  • A Node virtual machine

    Ideal Node.js hosting service Here’s the URL of a GIT repo, containing a Node app. Run it with forever. I want to be able to do a tail -f on the log so I can see what’s going on.  And to view its file system, perhaps through a browser-based JS app. I think that’s about…

  • Matt Mullenweg on Calypso

    Matt Mullenweg makes it clearer. Calypso is a new js-based, single-app. admin application that talks to the standard WP back-end via its ReST API. And it’s open-sourced.

  • Meteor

    Just looking at the quickstart demo of Meteor, the hot new web framework people seem to be getting excited about. First thought. Seems to me that far more important than using the same language for the client and server is being able to write the client and server code in the same file. That is something I’ve…

  • Updating node.js on Ubuntu

    Node.js in the main Ubuntu repo is fairly out of date. Here’s a useful page on installing the latest. Thanks Yodi Aditya.

  • At Aharon’s prompting I had a play with node.js over the weekend. It is very good. I can see why it’s “the next BIG thing”. (See the nice starter tutorial with a very impressive minimal twitter reader.) Trying to think of something fun to do with node.js now. Also, what with getting into Urbi, “events”…