We've seen in a previous article an introduction to node.js .
However if you've read that article, you probably thought "what the heck will I do that ? My code won't be readable".
And I agree. That's not readable and it'll quickly become impossibl...
Unless you've been living in a cave for more than one year, you've probably heard about node.js .
Node is a tool allowing you, in command line, to execute javascript applications.
The applications will run with V8 , the chrome engine.
So nod allo...