From 947b52d127e7cca3876842d9230021b517f3e5c0 Mon Sep 17 00:00:00 2001 From: Amit Mittal Date: Fri, 29 Mar 2024 22:30:23 +0530 Subject: [PATCH] Add Hono web framework --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index dc837b5..6b61023 100644 --- a/readme.md +++ b/readme.md @@ -392,7 +392,8 @@ - [Tinyhttp](https://github.com/tinyhttp/tinyhttp) - Modern and fast Express-like web framework. - [Marble.js](https://github.com/marblejs/marble) - Functional reactive framework for building server-side apps, based on TypeScript and RxJS. - [Lad](https://github.com/ladjs/lad) - Framework made by a former Express TC and Koa member that bundles web, API, job, and proxy servers. -- [Ts.ED](https://github.com/tsedio/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js. +- [Ts.ED](https://github.com/tsedio/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js. +- [Hono](https://github.com/honojs/hono) - Small, simple, and ultrafast web framework for the Edges. It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js. ### Documentation @@ -834,7 +835,7 @@ - [npm](https://docs.npmjs.com/about-npm) - The default package manager. - [pnpm](https://pnpm.io) - Disk space efficient package manager. - [yarn](https://yarnpkg.com) - Alternative package manager. -- [bun](https://bun.sh) - All-in-one toolkit for JavaScript and TypeScript apps. +- [bun](https://bun.sh) - All-in-one toolkit for JavaScript and TypeScript apps. ## Resources