Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introducción a express - meetup node.js argentina

Introducción a express - meetup node.js argentina

Dan Zajdband

October 26, 2012
Tweet

More Decks by Dan Zajdband

Other Decks in Technology

Transcript

  1. “Node.js has a relatively small core set of functionality. The

    general guideline is that node core contains everything that is strictly necessary to do network programming, and write userland modules.” @izs - node.js maintainer, npm creator
  2. • Powered by Connect • Middleware • Routing • HTTP

    helpers • Liviano • Soporta +14 template engines
  3. • Socket.IO (https://github.com/LearnBoost/ socket.io) • Passport (https://github.com/jaredhanson/passport) • Mongoose (https://github.com/LearnBoost/

    mongoose) • Redis (https://github.com/mranney/node_redis) • Superagent (https://github.com/visionmedia/ superagent)
  4. • Up (https://github.com/LearnBoost/up) • bcrypt (https://github.com/ncb000gt/ node.bcrypt.js/) • Oauth (https://github.com/ciaranj/node-oauth)

    • nodemailer (https://github.com/andris9/ Nodemailer) • Jade (https://github.com/visionmedia/jade)
  5. • Componentes modulares • No solo para javascript • templates

    • Extensible • Resuelve dependencias • Rápido (mucho más que, por ejemplo, npm)