On Github steeeve / what-is-node
node is a platform for creating server applications written in javascript
(messaging for the results)
// requiring a module, which we could have authored. var http = require('http'); // Creating a server with a single request (event) handler. http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello World\n'); }).listen(1337, '127.0.0.1');
process supervisor
asset management
one line http server
When you want to know wtf?! is going on
...oh hang on.