Emulating XMLHttpRequest in node.js

I’ve been following the node.js project for a while. It’s a really cool, lightweight, event-based implementation of server side Javascript using V8. I hadn’t used it at all because it was missing a few key features, mainly binary support. I checked the project status a few days ago and lo and behold, binary support had been added. Now it was getting interesting! I decided to start a project to learn a bit about it. node-XMLHttpRequest (node-XHR): XMLHttpRequest emulation to allow reuse of browser based libraries.

Posted on October 4, 2009 at 4:02 pm by admin · Permalink · Comments Closed
In: Uncategorized · Tagged with: , ,
You're visiting the blog of Daniel DeFelippi. Click here to view my profile site, driverdan.com.