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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Edy Segura
October 26, 2015
Programming
55
0
Share
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
More Decks by Edy Segura
See All by Edy Segura
Front-end Beyond the Browser
edysegura
1
48
Web Based Development Introduction
edysegura
0
97
Firefox OS
edysegura
0
61
AngularJS Automated Test
edysegura
3
110
Firefox OS
edysegura
0
120
How OTT is changing the TV concepts
edysegura
1
150
Other Decks in Programming
See All in Programming
自動レビューエンジンの実装と運用 ~レビューのない世界へ~
kurukuru1999
2
290
技術記事、AIに書かせるか、自分で書くか? 〜それでも私が自分の手で書く理由〜 / #QiitaConference
jnchito
2
1.2k
Stage 3 Decorators でできること / できないこと / TSKaigi 2026
susisu
1
1.3k
AI駆動開発で崩れていくコードベースを立て直す
kyoko_nr_nr
1
390
気づいたらRubyで100作品 ー クリエイティブコーディングが生活の一部になるまで / 100 Ruby Sketches Later: How Creative Coding Became Part of My Life
chobishiba
3
480
肥大化するレガシーコードに立ち向かうためのインターフェース分離と依存の逆転 / JJUG CCC 2026 Spring
hirokunimaeta
0
210
不変条件と整合性境界—ビジネスが決める設計判断と実現パターン / Invariants and Consistency Boundaries
nrslib
11
3k
色即是空、空即是色、データサイエンス
kamoneggi
1
210
[KCD Czech] eBPF Meets the GPU: Future of AI Infra Observability
doniacld
0
120
TSKaigi 2026 TypeScriptバックエンドのオブザーバビリティ戦略 — Datadog × NestJSの実践
taiseiyamamotoan
1
210
関係性から理解する"同一性"の型用語たち
pvcresin
2
610
運用エージェントは "作る" から "育てる" へ - 記憶と自己進化の3層設計パターン / self-evolving-agents-three-layer-agent-design
gawa
12
3.2k
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Pragmatic Product Professional
lauravandoore
37
7.3k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Context Engineering - Making Every Token Count
addyosmani
9
920
Leo the Paperboy
mayatellez
7
1.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
65
55k
Tell your own story through comics
letsgokoyo
1
930
Mobile First: as difficult as doing things right
swwweet
225
10k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.4k
Navigating Team Friction
lara
192
16k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
310
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