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
170
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
40
Testes Automatizados
fabricioffc
0
19
Treinamento React Native
fabricioffc
0
13
PostgreSQL: Uncovering JSONB
fabricioffc
0
17
Rails em 2016, usar ou não usar? Eis a questão
fabricioffc
0
92
Other Decks in Technology
See All in Technology
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
200
Go標準パッケージのI/O処理をながめる
matumoto
0
120
OpenClawで回す組織運営
jacopen
3
690
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
130
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
150
NewSQL_ ストレージ分離と分散合意を用いたスケーラブルアーキテクチャ
hacomono
PRO
2
230
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
540
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
3
1.7k
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
150
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
8
7.2k
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
8
3.6k
Featured
See All Featured
A Soul's Torment
seathinner
5
2.4k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
How to make the Groovebox
asonas
2
2k
Building the Perfect Custom Keyboard
takai
2
710
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Deep Space Network (abreviated)
tonyrice
0
88
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
53k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Side Projects
sachag
455
43k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
Making Projects Easy
brettharned
120
6.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
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