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
Exploring Hono
Search
kimizuy
May 21, 2024
0
49
Exploring Hono
https://www.meetup.com/vancouver-javascript-developers/events/300162648/
kimizuy
May 21, 2024
Tweet
Share
More Decks by kimizuy
See All by kimizuy
実践Server Actions
kimizuy
0
31
ざっくり知る tamagui v1
kimizuy
0
220
個人ブログをNext13のApp Directoryに移行しました
kimizuy
0
300
最近知った GitHub Actions の Tips
kimizuy
0
260
5分で予習する Next.js 「Layouts RFC」
kimizuy
0
710
Featured
See All Featured
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
1
110
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
420
The agentic SEO stack - context over prompts
schlessera
0
650
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
560
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
82
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Ethics towards AI in product and experience design
skipperchong
2
210
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.3k
HDC tutorial
michielstock
1
420
GitHub's CSS Performance
jonrohan
1032
470k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
450
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
Transcript
Exploring Hono 2024-05-21 Exploring Hono @kimizuy
Kimizu Yamasaki (Mickey) Front end engineer React & TypeScript GitHub:
https://github.com/kimizuy LinkedIn: https://www.linkedin.com/in/kimizuy/ Exploring Hono @kimizuy
What is Hono? Hono is an alternative to Express Exploring
Hono @kimizuy
Hono routing is faster than Express and other JavaScript routers
in most cases. https://hono.dev/c oncepts/benchma rks Exploring Hono @kimizuy
Hono runs on any runtime Exploring Hono @kimizuy
Hono runs on most platforms Cloudflare Workers Fastly Compute Vercel
AWS Lambda Lambda@Edge Exploring Hono @kimizuy
What can Hono do? Creating Web API Server-side JSX HTML
rendering Client-side JSX React compatible hooks TypeScript-based RPC ref: https://twitter.com/yusukebe/status/1788125002522611857 Exploring Hono @kimizuy
Exploring Hono @kimizuy
Wrap up Ultrafast & Lightweight Multi-runtime Many features Great DX
with TypeScript Exploring Hono @kimizuy