Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
node.js @ GA 2015
Search
vladikoff
March 24, 2015
Technology
0
440
node.js @ GA 2015
vladikoff
March 24, 2015
Tweet
Share
More Decks by vladikoff
See All by vladikoff
The state of end-to-end testing for modern web apps
vladikoff
0
68
SmashingConf 2020
vladikoff
0
18
dotJS 2019 - Into WebAssembly
vladikoff
0
19
3D + the Web Platform
vladikoff
0
380
7 years of three.js
vladikoff
0
130
JS Testing Stack - Full Stack Toronto 2014
vladikoff
1
810
Node.JS Intro - General Assembly
vladikoff
3
470
CSS Preprocessor Workflow with Grunt
vladikoff
3
2.7k
3D Voxel Worlds with voxel.js
vladikoff
1
1.9k
Other Decks in Technology
See All in Technology
駆け出しリーダーとしての第一歩〜開発チームとの新しい関わり方〜 / Beginning Journey as Team Leader
kaonavi
0
120
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
1
16k
DMMブックスへのTipKit導入
ttyi2
1
110
Unsafe.BitCast のすゝめ。
nenonaninu
0
200
Accessibility Inspectorを活用した アプリのアクセシビリティ向上方法
hinakko
0
180
信頼されるためにやったこと、 やらなかったこと。/What we did to be trusted, What we did not do.
bitkey
PRO
0
2.2k
三菱電機で社内コミュニティを立ち上げた話
kurebayashi
1
360
Evolving Architecture
rainerhahnekamp
3
250
dbtを中心にして組織のアジリティとガバナンスのトレードオンを考えてみた
gappy50
0
250
2025年に挑戦したいこと
molmolken
0
160
Godot Engineについて調べてみた
unsoluble_sugar
0
400
embedパッケージを深掘りする / Deep Dive into embed Package in Go
task4233
1
210
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
4 Signs Your Business is Dying
shpigford
182
22k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Practical Orchestrator
shlominoach
186
10k
Side Projects
sachag
452
42k
Speed Design
sergeychernyshev
25
740
Documentation Writing (for coders)
carmenintech
67
4.5k
Become a Pro
speakerdeck
PRO
26
5.1k
Transcript
node.js // io.js General Assembly 2015 by @vladikoff
node.js • A platform built using the JavaScript runtime •
First released in 2009 • Open Source ( github.com/joyent/node ) • Cross-platform, install it from nodejs.org
Latest Stable Release: 0.12 February 6, 2015 V8 JavaScript Engine:
v3.28.73 node.js Latest Stable: 1.20.0 February 10, 2015 V8 JavaScript Engine: v4.1.0.14 Read more at https://iojs. org/en/es6.html io.js
why node • JavaScript, JavaScript everywhere! • Server-side frameworks, lots
of developer tools! • Modular: 125,000+ modules on npm! ◦ see npmjs.com • Works particularly well for: ◦ JSON APIs ◦ single page apps, realtime apps ◦ command line tools
Buffer C/C++ Addons Child Processes Crypto Events File System HTTP
HTTPS Modules Net the API OS Path Process Query Strings Readline REPL Stream Timers URL Utilities...
using the api
using the api
using the api
install from npm
managing callbacks
managing callbacks
what else is there? • Server Frameworks • Full Stack
Frameworks • Testing Frameworks • CSS Preprocessors • Developer Tools • Native Applications
let’s build an app...