SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
1.
The Awesome Parts
Hackference 2014
HACK
Dan Jenkins
1
2.
Hackference 2014
HACK
2
About me
I’m Dan Jenkins
I’m primarily a Node.js developer
Been working with Node since 0.4
Founder of Nimble Ape Ltd
!
Twitter @dan_jenkins
Web nimbleape.com
3.
Hackference 2014
HACK
3
Node.js
Server Side Javascript
4.
Taken from nodejs.org
easily build fast, scalable network applications
event-driven
Hackference 2014
HACK
4
lightweight and efficient
non-blocking I/O
perfect for data-intensive real-time applications
that run across distributed devices
5.
Node.js® is a platform built on Chrome's
JavaScript runtime for easily building fast,
scalable network applications. Node.js uses
an event-driven, non-blocking I/O model that
makes it lightweight and efficient, perfect for
data-intensive real-time applications that
Hackference 2014
HACK
5
run across distributed devices.