Like a glove!

Agenda


What actually makes Node, Node?
How do I use that goodness everywhere?
How is it used in the real world?




I hate slides

What actually makes node, node?



  1. Javascript
  2. NPM



For me, Node has become a style more than an environment or a technology.

Node is node because of Javascript



Obvious!

Node is Node because of NPM


Less Obvious ...



Without NPM, Node would become something like Cable TV



A bunch of what you don't need just to get to the stuff you do need

"Small, focused, and tested pieces of bigger solutions"




Solve unique problems easier by building the code around the problem


NPM not only promotes module code, but provides a gorgeous way to install, organize, update, and remove each little piece of modular glory.


You need jQuery ---> npm instal jquery
You need http/xhr ---> npm instal http
You need promises ---> npm install promises
You need data-binding ---> npm install vue

But how do I use this in the browser?




Browserify



"It's no longer business in the front, party in the back"






"Write it like Node, run it in the browser"




How is this used in the real world?






divshot-upload

Take care now, bye bye then


Github:  @scottcorgan

Like a Glove

By scottcorgan

Like a Glove

Isomorphic Applications that Fit Like a Glove!

  • 1,082