
Yusuke Wada
Senior Developer Advocate @cloudflare. Creator of @honojs. Everyday making a framework.
Build Your Web Framework From Scratch!
JSNation 2025

Upcoming
Build Your Web Framework From Scratch!

Creating backend web framework with Web Standards APIsUsing URLPatterns for routingExpress/Hono-like syntaxContext/Middleware mechanismServer-side rendering with ReactFile-based routingWriting testsHow to take the benchmarksThis is reinventing the wheel, but making your framework is fun!
Make Hono work on Node.js
Node Congress 2025

15 min
Make Hono work on Node.js

The creator of Hono talks about Hono. Hono is a web framework using only Web Standard APIs and runs on Cloudflare Workers, Deno, and Bun. Now, in addition to those runtimes, it also runs on Node.js by using a Node.js adapter. However, there were some difficulties along the way. In this session, I will talk about how we adapted Hono to run on Node.js, improved its performance, and the possibility that we will support Connect-compatible middleware.