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
Introduction to NodeJS
Search
Edy Segura
October 26, 2015
Programming
0
45
Introduction to NodeJS
A Node.js introduction with references about what it is and what is the right case to use it.
Edy Segura
October 26, 2015
Tweet
Share
More Decks by Edy Segura
See All by Edy Segura
Front-end Beyond the Browser
edysegura
1
39
Web Based Development Introduction
edysegura
0
86
Firefox OS
edysegura
0
46
AngularJS Automated Test
edysegura
3
85
Firefox OS
edysegura
0
100
How OTT is changing the TV concepts
edysegura
1
140
Other Decks in Programming
See All in Programming
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
1
410
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
440
Чего вы не знали о строках в Python – Василий Рябов, PythoNN
sobolevn
0
150
CSS Linter の現在地 2025年のベストプラクティスを探る
ryo_manba
10
3.2k
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
140
defer f()とdefer fの挙動を 誤解していた話
kogamochiduki
2
160
LLMとPlaywright/reg-suitを活用した jQueryリファクタリングの実際
kinocoboy2
4
660
株式会社 Sun terras カンパニーデック
sunterras
0
180
iOSDC.pdf
chronos2500
2
650
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
480
iOSアプリの信頼性を向上させる取り組み/ios-app-improve-reliability
shino8rayu9
0
130
Serena MCPのすすめ
wadakatu
4
860
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
53
9k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
GitHub's CSS Performance
jonrohan
1032
460k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
GraphQLとの向き合い方2022年版
quramy
49
14k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Transcript
None
What is Node.js?
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
engine that runs JavaScript without browser
Why should I want this?
None
Using an event-driven, non-blocking I/O model, Node.js is lightweight and
efficient with very little overhead
None
None
None
None
None
• Highly scalable web servers for web applications • Web
Services (RESTful API) • Real-Time apps as its supports Web Sockets • App with queued inputs • Data streaming apps What is it good for?
- CPU intensive computations - Simple CRUD applications What is
it bad for?
None
Node.js package ecosystem, npm, is the largest ecosystem of open
source libraries in the world
Who is using Node.js?
Who is using Node.js?
Where else can I use Node.js for?
None
None
None
JavaScript is on its way to become a really universal
language
None