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
75
SmashingConf 2020
vladikoff
0
26
dotJS 2019 - Into WebAssembly
vladikoff
0
24
3D + the Web Platform
vladikoff
0
410
7 years of three.js
vladikoff
0
150
JS Testing Stack - Full Stack Toronto 2014
vladikoff
1
830
Node.JS Intro - General Assembly
vladikoff
3
490
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
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
180
オブザーバビリティが育むシステム理解と好奇心
maruloop
1
820
Azureコストと向き合った、4年半のリアル / Four and a half years of dealing with Azure costs
aeonpeople
1
270
難しいセキュリティ用語をわかりやすくしてみた
yuta3110
0
380
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
320
データ戦略部門 紹介資料
sansan33
PRO
1
3.8k
ソースを読むプロセスの例
sat
PRO
15
9.9k
[VPoE Global Summit] サービスレベル目標による信頼性への投資最適化
satos
0
240
もう外には出ない。より快適なフルリモート環境を目指して
mottyzzz
13
9.9k
まだ間に合う! 2025年のhono/ssg事情
watany
3
640
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
AIエージェント入門 〜基礎からMCP・A2Aまで〜
shukob
1
170
Featured
See All Featured
Bash Introduction
62gerente
615
210k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
The Invisible Side of Design
smashingmag
302
51k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Embracing the Ebb and Flow
colly
88
4.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Gamification - CAS2011
davidbonilla
81
5.5k
Navigating Team Friction
lara
190
15k
Raft: Consensus for Rubyists
vanstee
140
7.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
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...