[A JavaScript implementation of the W3C DOM for use with node.js.][link]
[link]: https://github.com/tmpvar/jsdom “tmpvar/jsdom · GitHub”
Related Posts
[I made a new Extra Future logo t-shirt, which is available now for $25 of your earth dollars.][link] Retweet, reblog, share, like, buy. I love you. [link]: http://www.redbubble.com/people/extrafuture/t-shirts/7428818-extra-future-2011-logo-t-shirt “Extra Future 2011 Logo T-Shirt” T-Shirt Design by Phil Nelson | RedBubble”...
A* Search Algorithm in JavaScript
[Looks like a good implementation][link], be sure to check out the [demo][demo]. Brian’s example is great for people looking for a better understanding of A* in general, and it helped me out personally, but I recently came upon [this version][other] which in my tests is faster by a wide margin, and supports multiple modes of […]...
node-etsy, An Etsy API Library for Node.js
[Something I needed for a little project of mine.][link] I’ve been thinking a lot about how insanely good node.js is for doing simple tasks that I’d normally use a webserver (Apache) running a scripting language (PHP) and interfacing with an enterprise database (MySQL). If your server has to handle one, or even a handful of […]...