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
470
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
85
SmashingConf 2020
vladikoff
0
36
dotJS 2019 - Into WebAssembly
vladikoff
0
28
3D + the Web Platform
vladikoff
0
430
7 years of three.js
vladikoff
0
150
JS Testing Stack - Full Stack Toronto 2014
vladikoff
1
840
Node.JS Intro - General Assembly
vladikoff
3
500
CSS Preprocessor Workflow with Grunt
vladikoff
3
2.8k
3D Voxel Worlds with voxel.js
vladikoff
1
2.1k
Other Decks in Technology
See All in Technology
Postman v12 で変わる API開発ワークフロー (Postman v12 アップデート) / New API development workflow with Postman v12
yokawasa
0
130
アーキテクチャモダナイゼーションを実現する組織
satohjohn
2
970
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
8.4k
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
130
Kubernetesにおける推論基盤
ry
1
400
楽しく学ぼう!ネットワーク入門
shotashiratori
4
3.3k
Keycloak を使った SSO で CockroachDB にログインする / CockroachDB SSO with Keycloak
kota2and3kan
0
120
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
510
PMとしての意思決定とAI活用状況について
lycorptech_jp
PRO
0
130
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
3
1.1k
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.6k
脳内メモリ、思ったより揮発性だった
koutorino
0
370
Featured
See All Featured
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
200
Bash Introduction
62gerente
615
210k
Visualization
eitanlees
150
17k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
120
How to Talk to Developers About Accessibility
jct
2
150
Faster Mobile Websites
deanohume
310
31k
Leo the Paperboy
mayatellez
4
1.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Paper Plane
katiecoart
PRO
0
48k
The browser strikes back
jonoalderson
0
800
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...