On Github julianduque / nodejs-clouds-talk
Developer by Passion
Primer Movimiento
Google Chrome JavaScript Engine
data-intensive real-time applications that run across distributed devices
Segundo Movimiento
minimal and flexible Node.js web framework
API creation
Framework creation
Full Stack Web Framework
Built on top Express
MVC Framework
Built on top Express
var http = require('http'); http.createServer(function(req, res) { res.writeHead(200); res.write("Hello MedellinJS!"); res.end(); }).listen(8080);
Tercer (y último) Movimiento