Compare commits

...

3 Commits

Author SHA1 Message Date
Amit Mittal
c2a3880332 Merge 09657bc477 into 03a9c63146 2024-03-30 22:32:32 +05:30
Amit Mittal
09657bc477 fix: made description shorter 2024-03-30 22:32:25 +05:30
Amit Mittal
947b52d127 Add Hono web framework 2024-03-29 22:30:23 +05:30

View File

@@ -392,7 +392,8 @@
- [Tinyhttp](https://github.com/tinyhttp/tinyhttp) - Modern and fast Express-like web framework. - [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. - [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. - [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.
### Documentation ### Documentation
@@ -834,7 +835,7 @@
- [npm](https://docs.npmjs.com/about-npm) - The default package manager. - [npm](https://docs.npmjs.com/about-npm) - The default package manager.
- [pnpm](https://pnpm.io) - Disk space efficient package manager. - [pnpm](https://pnpm.io) - Disk space efficient package manager.
- [yarn](https://yarnpkg.com) - Alternative 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 ## Resources