something about node in the realworld

Post on 04-Jul-2015

430 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

http://github.com/sideshowcoder/javascript-workshop

TRANSCRIPT

Something about Node

The real world

How did you like it so far?

Node in production

DNTX: Advertiser backend

Why node.js for DNTX?

JSON APIs

Lot’s of small requests

Not a lot of business logic

What did we learn?

Mitfahrgelegenheit

Why node.js for Mitfahrgelegenheit?

Build a JSON API

Project is dynamic, working with JSON helps! !

A lot!

A lot of stuff is solved by modules

Hotel booking system Granevento

Why not node.js for granevento?

A lot of business logic

Rails solves the CRUD

ActiveAdmin solves the Interaction with CRUD

No realtime, cache everything, ActiveRecord!

Decisions, decisions!

Check if the libs are available!

Be ready to patch stuff!

node.js in production is a different beast!

So much for node! !

Questions!

top related