1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-18 15:11:18 +02:00

add resource for hono (#6253)

This commit is contained in:
Ganesh Hegde
2024-07-29 14:27:45 +05:30
committed by GitHub
parent 5b723198be
commit e46f24e4e2

View File

@@ -1 +1,8 @@
# Hono
Hono is a lightweight, simple, and fast web framework for Cloudflare Workers, Deno, Bun, and other applications. It is a modern web application that is both fast and flexible. It offers inbuilt support for TypeScript, and easy development in a local environment. Using Hono, It is easy to create publishable web applications with Deno, Bun, and Cloudflare Workers.
Visit the following resources to learn more:
- [@article@Hono Official Documentations](https://hono.dev/docs/)
- [@article@Build a web application with Hono](https://blog.logrocket.com/build-web-application-hono/)