Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Criando um REST API com Node.js
Search
Richard Lopes
September 17, 2016
Programming
0
62
Criando um REST API com Node.js
Richard Lopes
September 17, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
FluorTracer / RayTracingCamp11
kugimasa
0
230
AIエンジニアリングのご紹介 / Introduction to AI Engineering
rkaga
5
2k
UIデザインに役立つ 2025年の最新CSS / The Latest CSS for UI Design 2025
clockmaker
18
7.3k
AtCoder Conference 2025「LLM時代のAHC」
imjk
2
410
Developing static sites with Ruby
okuramasafumi
0
270
CSC509 Lecture 14
javiergs
PRO
0
220
【Streamlit x Snowflake】データ基盤からアプリ開発・AI活用まで、すべてをSnowflake内で実現
ayumu_yamaguchi
1
120
AIコーディングエージェント(Gemini)
kondai24
0
210
まだ間に合う!Claude Code元年をふりかえる
nogu66
5
770
【CA.ai #3】Google ADKを活用したAI Agent開発と運用知見
harappa80
0
300
20 years of Symfony, what's next?
fabpot
2
350
DevFest Android in Korea 2025 - 개발자 커뮤니티를 통해 얻는 가치
wisemuji
0
120
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Building Adaptive Systems
keathley
44
2.9k
Java REST API Framework Comparison - PWX 2021
mraible
34
9k
The Cult of Friendly URLs
andyhume
79
6.7k
Embracing the Ebb and Flow
colly
88
4.9k
Producing Creativity
orderedlist
PRO
348
40k
The Invisible Side of Design
smashingmag
302
51k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Automating Front-end Workflow
addyosmani
1371
200k
A Modern Web Designer's Workflow
chriscoyier
698
190k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
196
70k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Transcript
None
REST API criando um com Node.js
/api/users /api/<resource> /api/products /api/brands /api/roles
/api/users users
None
/api/users users GET
/api/users nickname=richardaum eventName=femug2 users POST
/api/users/10 nickname=Richard users PUT
/api/users/10 users DELETE
users /api/users GET interface padronizada
/api/users GET interface padronizada
/api/users GET interface padronizada
/api/users GET interface padronizada
None
None
None
None
interpretador linguagem
http://khan.io/2015/02/25/the-event-loop-and- non-blocking-io-in-node-js/ Non blocking I/O Event Loop
REST API criando um com Node.js
None
None
tópicos interessantes testes automatizados autenticação com JWT escalabilidade
@richardaum Richard Lopes