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
Breve introdução ao Node.js
Search
Fabrício Ferrari de Campos
March 14, 2013
Technology
1
160
Breve introdução ao Node.js
Fabrício Ferrari de Campos
March 14, 2013
Tweet
Share
More Decks by Fabrício Ferrari de Campos
See All by Fabrício Ferrari de Campos
Aumentando a Barra
fabricioffc
0
36
Testes Automatizados
fabricioffc
0
14
Treinamento React Native
fabricioffc
0
11
PostgreSQL: Uncovering JSONB
fabricioffc
0
13
Rails em 2016, usar ou não usar? Eis a questão
fabricioffc
0
89
Other Decks in Technology
See All in Technology
Кто отправит outbox? Валентин Удальцов, автор канала Пых
lamodatech
0
330
PostgreSQL 18 cancel request key長の変更とRailsへの関連
yahonda
0
120
5min GuardDuty Extended Threat Detection EKS
takakuni
0
120
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
9
1.1k
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
3
830
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
3
270
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
220
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 完全版 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming - Expanded
tomzoh
4
3.1k
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
240
生成AIでwebアプリケーションを作ってみた
tajimon
2
140
[TechNight #90-1] 本当に使える?ZDMの新機能を実践検証してみた
oracle4engineer
PRO
3
170
解析の定理証明実践@Lean 4
dec9ue
0
170
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.7k
Practical Orchestrator
shlominoach
188
11k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Fireside Chat
paigeccino
37
3.5k
Documentation Writing (for coders)
carmenintech
71
4.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Transcript
Fabrício Ferrari de Campos
Hello world
O que não é? • Framework Web •
Mul=-‐thread • Bloqueante • Para todo =po de aplicação
O que é? • Run=me e server •
V8 JavaScript engine • libUV • Set de bibleotecas em js • Single threaded • Não bloqueante (nunca para, “sempre” disponível) • Para soluções de networking
Programar pra node • Event-‐driven – Assíncrono – Atômico
– Callbacks • Javascript
Hello world
Rápido o bastante
Além do Node • Angular.js • Backbone
• Express.js • e muitos outros!
Fonte • h[p://youtu.be/jo_B4LTHi3I • h[p://nodejs.org/api/ • h[p://www.slideshare.net/ramalho/nodejs-‐
javascript-‐no-‐servidor-‐com-‐google-‐v8