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
37
Testes Automatizados
fabricioffc
0
14
Treinamento React Native
fabricioffc
0
11
PostgreSQL: Uncovering JSONB
fabricioffc
0
15
Rails em 2016, usar ou não usar? Eis a questão
fabricioffc
0
89
Other Decks in Technology
See All in Technology
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
120
Large Vision Language Modelを用いた 文書画像データ化作業自動化の検証、運用 / shibuya_AI
sansan_randd
0
130
from Sakichi Toyoda to Agile
kawaguti
PRO
1
110
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
4
360
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
3
5.5k
Git in Team
kawaguti
PRO
3
330
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
610
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
140
AI時代こそ求められる設計力- AWSクラウドデザインパターン3選で信頼性と拡張性を高める-
kenichirokimura
3
280
【Oracle Cloud ウェビナー】クラウド導入に「専用クラウド」という選択肢、Oracle AlloyとOCI Dedicated Region とは
oracle4engineer
PRO
3
130
自動テストのコストと向き合ってみた
qa
0
220
社内お問い合わせBotの仕組みと学び
nish01
1
550
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
For a Future-Friendly Web
brad_frost
180
9.9k
Become a Pro
speakerdeck
PRO
29
5.5k
Facilitating Awesome Meetings
lara
56
6.6k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
The Language of Interfaces
destraynor
162
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
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