NodeJS
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: node.js is an attempt to use JavaScript on server. With the help of V8 and while using the fact that functions are first-class citizen in JavaScript the re...)
Next diff →
Revision as of 11:16, 15 April 2014
node.js is an attempt to use JavaScript on server. With the help of V8 and while using the fact that functions are first-class citizen in JavaScript the result is not that bad. Hopefully Java with lambdas will be able to catch up.
Interesting tutorial: http://code.tutsplus.com/tutorials/nodejs-for-beginners--net-26314