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
460
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
70
SmashingConf 2020
vladikoff
0
24
dotJS 2019 - Into WebAssembly
vladikoff
0
22
3D + the Web Platform
vladikoff
0
400
7 years of three.js
vladikoff
0
140
JS Testing Stack - Full Stack Toronto 2014
vladikoff
1
820
Node.JS Intro - General Assembly
vladikoff
3
480
CSS Preprocessor Workflow with Grunt
vladikoff
3
2.7k
3D Voxel Worlds with voxel.js
vladikoff
1
2k
Other Decks in Technology
See All in Technology
怖くない!GritQLでBiomeプラグインを作ろうよ
pal4de
1
120
DATA+AI SummitとSnowflake Summit: ユーザから見た共通点と相違点 / DATA+AI Summit and Snowflake Summit
nttcom
0
210
Jitera Company Deck / JP
jitera
0
140
AI Ready API ─ AI時代に求められるAPI設計とは?/ AI-Ready API - Designing MCP and APIs in the AI Era
yokawasa
20
5.8k
室長の逆襲 :データ活用の陣地を増やすためのヒント
masatoshi0205
0
180
M365アカウント侵害時の初動対応
lhazy
7
4.5k
Shadow DOMとセキュリティ - 光と影の境界を探る / Shibuya.XSS techtalk #13
masatokinugawa
0
270
RapidPen: AIエージェントによる高度なペネトレーションテスト自動化の研究開発
laysakura
1
390
AWS Well-Architected から考えるオブザーバビリティの勘所 / Considering the Essentials of Observability from AWS Well-Architected
sms_tech
1
850
PHPからはじめるコンピュータアーキテクチャ / From Scripts to Silicon: A Journey Through the Layers of Computing
tomzoh
2
380
AI工学特論: MLOps・継続的評価
asei
10
1.5k
分散トレーシングによる コネクティッドカーのデータ処理見える化の試み
thatsdone
0
190
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.7k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Documentation Writing (for coders)
carmenintech
72
4.9k
Typedesign – Prime Four
hannesfritz
42
2.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
The World Runs on Bad Software
bkeepers
PRO
70
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Why Our Code Smells
bkeepers
PRO
337
57k
The Invisible Side of Design
smashingmag
301
51k
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...