Node.js 

in the Cloud



Julián Duque
Developer by Passion
Engineer at Nodejitsu



I <3 JS Community


MedellinJS


NodeBots Day 7/27 - Medellín


JSConf Colombia


Act I




JIFASNIF 

(Javascript is Fun, And so Node is Fun)

Google Chrome JavaScript Engine


Hello World


var http = require('http');
var server = http.createServer(function (req, res) {   res.writeHead(200, { 'Content-Type': 'text/plain' });  res.write('Hello World!');   res.end();});
server.listen(8080);


Core API


nodejs.org/api/


Userland Modules



npmjs.org


Act II


Node.js in Production




$ npm install forever -g




$ npm install http-proxy


Act III





$ npm install jitsu -g




$ jitsu signup




$ jitsu deploy


Nodejitsu <3 Open Source


github/nodejitsu -> 30

github/flatiron -> 33

github/opsmezzo -> 11

and more...


Final Act


Free for Open Source Hosting





Apply for a free drone


opensource.jit.su


Thank you!


\o/
slid.es/julianduque/nodejs-in-the-cloud

Node.js in the cloud

By Julián Duque

Node.js in the cloud

Node.js in production using Nodejitsu

  • 2,755