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
450
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
22
dotJS 2019 - Into WebAssembly
vladikoff
0
22
3D + the Web Platform
vladikoff
0
390
7 years of three.js
vladikoff
0
140
JS Testing Stack - Full Stack Toronto 2014
vladikoff
1
810
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
クォータ監視、AWS Organizations環境でも楽勝です✌️
iwamot
PRO
1
240
AIエージェントの地上戦 〜開発計画と運用実践 / 2025/04/08 Findy W&Bミートアップ #19
smiyawaki0820
25
8.5k
入社後SREチームのミッションや課題の整理をした話
morix1500
1
240
システムとの会話から生まれる先手のDevOps
kakehashi
PRO
0
210
IVRyにおけるNLP活用と NLP2025の関連論文紹介
keisukeosone
0
180
Zabbixチョットデキルとは!?
kujiraitakahiro
0
180
Webアプリを Lambdaで動かすまでに考えること / How to implement monolithic Lambda Web Application
_kensh
7
1.2k
20250413_湘南kaggler会_音声認識で使うのってメルス・・・なんだっけ?
sugupoko
1
380
7,000名規模の 人材サービス企業における プロダクト戦略・戦術と課題 / Product strategy, tactics and challenges for a 7,000-employee staffing company
techtekt
0
260
テキスト解析で見る PyCon APAC 2025 セッション&スピーカートレンド分析
negi111111
0
280
LLM とプロンプトエンジニアリング/チューターをビルドする / LLM, Prompt Engineering and Building Tutors
ks91
PRO
1
210
Classmethod AI Talks(CATs) #20 司会進行スライド(2025.04.10) / classmethod-ai-talks-aka-cats_moderator-slides_vol20_2025-04-10
shinyaa31
0
130
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
183
22k
How to train your dragon (web standard)
notwaldorf
91
6k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Adopting Sorbet at Scale
ufuk
76
9.3k
The Invisible Side of Design
smashingmag
299
50k
Facilitating Awesome Meetings
lara
54
6.3k
Site-Speed That Sticks
csswizardry
5
480
Into the Great Unknown - MozCon
thekraken
37
1.7k
KATA
mclloyd
29
14k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
9
740
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...