@busy-hour/blaze
Version:
<h1 align='center'>🔥 Blaze</h1> <div align='center'> An event driven framework for 🔥 Hono.js </div>
49 lines (31 loc) • 2.37 kB
Markdown
<h1 align='center'>🔥 Blaze</h1>
<div align='center'>
An event driven framework for 🔥 Hono.js
</div>
<h2 id="table">Table of Contents</h2>
- <a href="#about">What is this?</a>
- <a href="#getting-started">Getting Started</a>
- <a href="#contributing">Contributing</a>
- <a href="#benchmarks">Benchmarks</a>
- <a href="#contributors">Contributors</a>
<h2 id="about">What is this?</h2>
In Busy Hour we use [hono](https://github.com/honojs/hono) as our backend framework and we really love it's performance compare with [express](https://github.com/expressjs/express) performances. Unfortunately, as the times goes on we found out that [hono](https://github.com/honojs/hono) just cannot provide the thing we really like which is an event driven pattern. Therefore, to compensate the lack of support for event driven pattern we choose to develop our own backend framework on top of [hono](https://github.com/honojs/hono) by following some of the implementation that inspired by [moleculer](https://github.com/moleculerjs/moleculer) implementation.
<h2 id="getting-started">Getting Started</h2>
To get started to use `blaze` on your project, you can start by installing it to your [Node](https://nodejs.org/) project by using the following command.
```bash
pnpm i @busy-hour/blaze
```
Once you install `blaze` in your project, you can start using it by following the complete instruction how to start using blaze on your project on our [wiki](https://github.com/Busy-Hour-Studio/blaze/wiki).
<h2 id="benchmarks">Benchmarks</h2>
Benchmarks are available on our [benchmarks](./benchmarks/benchmarks) page. You can also run your own benchmarks by following the instruction on our [wiki](https://github.com/Busy-Hour-Studio/blaze/wiki/Benchmarks).
<h2 id="#contributing">Contributing</h2>
To start contributing to our repository, please look more about the detail how to contribute in our [contribution guidelines](./CONTRIBUTING.md).
<h2 id="contributors">Contributors</h2>
<a href="https://github.com/Busy-Hour-Studio/blaze/graphs/contributors">
<p align="center">
<img width="128" src="https://contrib.rocks/image?repo=Busy-Hour-Studio/blaze" alt="A table of avatars from the project's contributors" />
</p>
</a>
<p align="center">
Made with <a rel="noopener noreferrer" target="_blank" href="https://contrib.rocks">contrib.rocks</a>
</p>