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
39
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
32
Web Based Development Introduction
edysegura
0
74
Firefox OS
edysegura
0
36
AngularJS Automated Test
edysegura
3
74
Firefox OS
edysegura
0
95
How OTT is changing the TV concepts
edysegura
1
130
Other Decks in Programming
See All in Programming
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
820
Spring gRPC について / About Spring gRPC
mackey0225
0
220
定理証明プラットフォーム lapisla.net
abap34
1
1.8k
Pythonでもちょっとリッチな見た目のアプリを設計してみる
ueponx
1
530
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
120
ソフトウェアエンジニアの成長
masuda220
PRO
10
920
Conform を推す - Advocating for Conform
mizoguchicoji
3
690
Ruby on cygwin 2025-02
fd0
0
140
Honoとフロントエンドの 型安全性について
yodaka
5
330
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
140
Introduction to kotlinx.rpc
arawn
0
670
Formの複雑さに立ち向かう
bmthd
1
810
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
410
Designing Experiences People Love
moore
139
23k
Scaling GitHub
holman
459
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
Building Adaptive Systems
keathley
40
2.4k
Statistics for Hackers
jakevdp
797
220k
Bash Introduction
62gerente
610
210k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.8k
How to train your dragon (web standard)
notwaldorf
91
5.8k
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