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
85
Firefox OS
edysegura
0
46
AngularJS Automated Test
edysegura
3
84
Firefox OS
edysegura
0
100
How OTT is changing the TV concepts
edysegura
1
140
Other Decks in Programming
See All in Programming
Claude Codeで実装以外の開発フロー、どこまで自動化できるか?失敗と成功
ndadayo
3
1.7k
🔨 小さなビルドシステムを作る
momeemt
2
610
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.6k
コンテキストエンジニアリング Cursor編
kinopeee
1
730
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
590
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
240
私の後悔をAWS DMSで解決した話
hiramax
4
170
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
180
AIエージェント開発、DevOps and LLMOps
ymd65536
1
360
rage against annotate_predecessor
junk0612
0
140
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
2
270
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
710
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
830
How to Ace a Technical Interview
jacobian
279
23k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
570
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Docker and Python
trallard
45
3.5k
Making Projects Easy
brettharned
117
6.3k
Statistics for Hackers
jakevdp
799
220k
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