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
41
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
35
Web Based Development Introduction
edysegura
0
78
Firefox OS
edysegura
0
40
AngularJS Automated Test
edysegura
3
78
Firefox OS
edysegura
0
97
How OTT is changing the TV concepts
edysegura
1
140
Other Decks in Programming
See All in Programming
インプロセスQAにおいて大事にしていること / In-process QA Meetup
medley
0
140
プロフェッショナルとしての成長「問題の深掘り」が導く真のスキルアップ / issue-analysis-and-skill-up
minodriven
8
1.9k
파급효과: From AI to Android Development
l2hyunwoo
0
160
Bedrock × Confluenceで簡単(?)社内RAG
iharuoru
1
110
七輪ライブラリー: Claude AI で作る Next.js アプリ
suneo3476
1
170
オープンソースコントリビュート入門
_katsuma
0
120
Fiber Scheduler vs. General-Purpose Parallel Client
hayaokimura
1
300
ComposeでのPicture in Picture
takathemax
0
130
RubyKaigi Dev Meeting 2025
tenderlove
1
1.4k
AIコーディングエージェントを 「使いこなす」ための実践知と現在地 in ログラス / How to Use AI Coding Agent in Loglass
rkaga
4
1.2k
スモールスタートで始めるためのLambda×モノリス(Lambdalith)
akihisaikeda
2
370
Beyond_the_Prompt__Evaluating__Testing__and_Securing_LLM_Applications.pdf
meteatamel
0
110
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
A Tale of Four Properties
chriscoyier
159
23k
Side Projects
sachag
453
42k
Thoughts on Productivity
jonyablonski
69
4.6k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
Building an army of robots
kneath
305
45k
Automating Front-end Workflow
addyosmani
1370
200k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
560
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