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
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
110
Agile PBL at New Grads Trainings
kawaguti
PRO
1
400
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
ZOZOマッチのアーキテクチャと技術構成
zozotech
PRO
3
1.5k
RSCの時代にReactとフレームワークの境界を探る
uhyo
10
3.3k
KotlinConf 2025_イベントレポート
sony
1
120
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
420
オブザーバビリティが広げる AIOps の世界 / The World of AIOps Expanded by Observability
aoto
PRO
0
350
allow_retry と Arel.sql / allow_retry and Arel.sql
euglena1215
1
160
S3アクセス制御の設計ポイント
tommy0124
3
190
Skrub: machine-learning with dataframes
gaelvaroquaux
0
120
テストを軸にした生き残り術
kworkdev
PRO
0
190
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Optimizing for Happiness
mojombo
379
70k
BBQ
matthewcrist
89
9.8k
Making Projects Easy
brettharned
117
6.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The Language of Interfaces
destraynor
161
25k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
A Modern Web Designer's Workflow
chriscoyier
696
190k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Code Review Best Practice
trishagee
70
19k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
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