Node.Js: Links, News And Resources (9)

Previous Post
Next Post

Yes, more links about Node.js:

Universal modules (browser, Node.js): imports and universal tests
http://www.2ality.com/2011/10/umodules-imports.html

Bridging the module gap between Node.js and browsers
http://www.2ality.com/2011/11/module-gap.html

LearnBoost / engine.io
https://github.com/LearnBoost/engine.io
Engine is the implementation of transport-based cross-browser/cross-device bi-directional communication layer for Socket.IO.

TooTallNate
https://tootallnate.net/
TooTallNate.net is the personal website and blog for me, Nathan Rajlich.
This blog is powered by Wheat which uses NodeJS and git as a backbone.

flatiron / cliff
https://github.com/flatiron/cliff
CLI output formatting tools: “Your CLI Formatting Friend”.

cucumber / gherkin
https://github.com/cucumber/gherkin
A fast Gherkin parser in Ragel (The parser behind Cucumber)

eldargab / easy-table
https://github.com/eldargab/easy-table
Nice text table for Node.js

The Way of Node
http://www.mikealrogers.com/posts/the-way-of-node.html

dreamerslab / coke
https://github.com/dreamerslab/coke
A lightweight node.js MVC framework that speeds up your web development.
“ COKE is a node.js MVC framework base on Express. It does not add too many magic, instead it provides a clean and well structured project bootstrap. ”

Why node.js is cool (it’s not about performance)
http://blog.nelhage.com/2012/03/why-node-js-is-cool/

Rduerden / Node.cs
https://github.com/Rduerden/Node.cs
Node.cs.net – Node.js in c# with all the beauty and performance that C# brings

Fibers and Threads in node.js – what for?
http://bjouhier.wordpress.com/2012/03/11/fibers-and-threads-in-node-js-what-for/

Impact engine a html5, Javascript game engine
http://www.nodejs-news.com/nodejs-tech/Building-Multiplayer-Game-HTML5-Node-Socketio/
In this tutorial hallsofvallhalla used Impact engine, a html5, Javascript game engine, that take care of everythings, it allows you to develop HTML5 Games for desktop and mobile browsers.

flatiron / nock
https://github.com/flatiron/nock
HTTP mocking and expectations library

Node.js VM
http://nodejs.org/docs/latest/api/vm.html

Testing Private State and Mocking Dependencies
http://howtonode.org/testing-private-state-and-mocking-deps

What the $%@! is SPDY
http://blog.nodejitsu.com/what-is-node-spdy
You may know about SPDY, an experimental protocol for a faster web http://www.chromium.org/spdy/spdy-whitepaper announced by Google in 2009. SPDY is now supported by two major browsers (Google Chrome and Mozilla Firefox) and it’s running on most of Google’s servers (also soon to be supported by nginx).
The main goal of SPDY is reducing the latency of web pages by multiplexing multiple http streams into one TCP connection and compressing http headers.

fent / socket.io-clusterhub
https://github.com/fent/socket.io-clusterhub
socket.io storage powered by clusterhub for multi process applications.

Operating Node.js in Production, with Bryan Cantrill
http://www.infoq.com/interviews/operating-nodejs-production-bryan-cantrill

bergie / noflo
https://github.com/bergie/noflo
Flow-based programming on Node.js

how to instal node-waf in Windows
https://github.com/joyent/node/issues/2671
You should use https://github.com/TooTallNate/node-gyp instead node-waf

Running NowJS natively on Windows
http://blog.nowjs.com/running-nowjs-natively-on-windows

nodejs@googlegroups.com
http://blog.gmane.org/gmane.comp.lang.javascript.nodejs

doug-martin / nools
https://github.com/doug-martin/nools
Rete based rules engine for node.js

My Links
http://delicious.com/ajlopez/nodejs

More links are coming.

Keep tuned!

Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez

1 thought on “Node.Js: Links, News And Resources (9)

  1. Pingback: Node.Js: Links, News And Resources (10) « Angel ”Java” Lopez on Blog

Leave a comment