←Older revision | Revision as of 11:53, 6 May 2014 | ||
Line 1: | Line 1: | ||
- | [[wikipedia:NodeJS|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 [[Closures|lambdas]] will be able to catch up. | + | [[wikipedia:NodeJS|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 [[Closures|lambdas]] will be able to catch up. Or maybe the right approach is to create a [[AvatarJS|drop-in replacement]]? |
Interesting tutorial: http://code.tutsplus.com/tutorials/nodejs-for-beginners--net-26314 | Interesting tutorial: http://code.tutsplus.com/tutorials/nodejs-for-beginners--net-26314 |