The story of web framework Hono, from the creator of Hono
23-Oct-2024 95
Hono is a fast, lightweight web framework that runs anywhere JavaScript does, built with Web Standards. Of course, it runs on Cloudflare Workers.
It was three years ago, in December 2021. At that time, I wanted to create applications for Cloudflare Workers, but the code became verbose without using a framework, and couldn't find a framework that suited my needs. Itty-router was very nice but too simple. Worktop and Sunder did the same things I wanted to do, but their APIs weren't quite to my liking. I was also interested in creating a router — a program that determines which action is executed based on the HTTP method and URL path of the Request — made of a Trie tree structure because it’s fast. So, I started building a web framework with a Trie tree-based router.
The story of web framework Hono, from the creator of Hono #js #javascript #story #framework #Hono, #creator #framework #web https://javascript.ba/link/the-story-of-web-framework-hono-from-the-creator-of-hono