Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ragokan/bunicorn
Fast and type safe Bun, Deno and Edge backend and client framework!
https://github.com/ragokan/bunicorn
backend backend-api backend-service bun bunicorn bunjs client client-server deno edge framework http-server rpc server web-framework
Last synced: 22 days ago
JSON representation
Fast and type safe Bun, Deno and Edge backend and client framework!
- Host: GitHub
- URL: https://github.com/ragokan/bunicorn
- Owner: ragokan
- License: mit
- Created: 2023-10-05T17:43:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T12:51:12.000Z (about 1 month ago)
- Last Synced: 2024-10-01T03:42:04.533Z (about 1 month ago)
- Topics: backend, backend-api, backend-service, bun, bunicorn, bunjs, client, client-server, deno, edge, framework, http-server, rpc, server, web-framework
- Language: TypeScript
- Homepage: http://bunicorn.js.org/
- Size: 380 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# Bunicorn
## Fast and type safe Bun, Deno and Edge backend and client framework!
Please check [our website](https://bunicorn.js.org/) for more information.
# Benchmark
We do aim performance, so you can see the benchmark results here.
| Name | Average | GET `/` | GET `/id/92?name=QHc` | GET `/api/js` | POST `/api/json` |
| :-------------: | :------: | :------: | :-------------------: | :-----------: | :--------------: |
| Bunicorn 0.0.10 | 85977.58 | 85468.24 | 87349.40 | 86833.95 | 84258.73 |
| Bun 0.0.0 | 83996.48 | 86949.35 | 83664.37 | 86077.60 | 79294.59 |
| Hono 3.7.2 | 83603.11 | 85848.63 | 83114.43 | 84393.96 | 81055.42 |
| Elysia 0.7.15 | 82055.08 | 84941.05 | 81298.26 | 81093.59 | 80887.43 |You can see the bench source here: https://github.com/ragokan/bunicorn-benchmark
::: info
I have tested more than 10 times, in some tests Bunicorn lost to Hono or Elysia, but in all tests, all frameworks were pretty close.
:::![Bunicorn Image](./docs/public/logo.png)