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
ZapTalk - Express.js
Search
Gabriel Rigon
May 18, 2018
Technology
0
30
ZapTalk - Express.js
Gabriel Rigon
May 18, 2018
Tweet
Share
More Decks by Gabriel Rigon
See All by Gabriel Rigon
ZapTalk - Blockchain
gabrielrigon
0
36
GDG Mogi Guaçu - Firebase Functions
gabrielrigon
1
32
Apresentação Dev - Fatec Portas Abertas
gabrielrigon
0
15
ZapTalk - Firebase Auth
gabrielrigon
1
28
Other Decks in Technology
See All in Technology
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
33k
NOT VALIDな検査制約 / check constraint that is not valid
yahonda
1
100
サイバー攻撃を想定したセキュリティガイドライン 策定とASM及びCNAPPの活用方法
syoshie
3
1.7k
#TRG24 / David Cuartielles / Post Open Source
tarugoconf
0
110
AWS環境におけるランサムウェア攻撃対策の設計
nrinetcom
PRO
1
320
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
1
4.9k
新しいスケーリング則と学習理論
taiji_suzuki
9
3.5k
サーバーなしでWordPress運用、できますよ。
sogaoh
PRO
0
170
エンジニアリングマネージャー視点での、自律的なスケーリングを実現するFASTという選択肢 / RSGT2025
yoshikiiida
4
2.2k
20241218_マルチアカウント環境におけるIAM_Access_Analyzerによる権限管理.pdf
nrinetcom
PRO
3
150
20241228 - 成為最強魔法使!AI 實時生成比賽的策略 @ 2024 SD AI 年會
dpys
0
330
Qiita埋め込み用スライド
naoki_0531
0
5.5k
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
RailsConf 2023
tenderlove
29
960
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.1k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Typedesign – Prime Four
hannesfritz
40
2.5k
It's Worth the Effort
3n
183
28k
Transcript
None
Sobre o Express - Framework web - Minimalista - Node.js
- Web applications - APIs - Performance
Dependências e instalação - Node.js - Yarn ou npm
Importar no projeto
Iniciar servidor
Configurar rota - Métodos HTTP - (GET, POST, PUT, PATCH,
DELETE…) - Endpoints - Request - Response
- Autenticação - Log - Outros... Middleware
- Imagens - CSS - JavaScript Arquivos estáticos
Tratamento de erros
Pontos positivos e negativos(?) - Open source - Facilidade de
uso - Configuração - Não encontrei pontos negativos até o momento...
Referências - http://expressjs.com - http://expressjs.com/en/resources/community.html - MORAES, William Bruno. Construindo
uma API RESTful com Express. In: MORAES, William Bruno. Construindo Aplicações com NodeJS. 1. ed. 2015. p. 96-146.
Obrigado!