An open API service indexing awesome lists of open source software.

https://github.com/zely-js/zely

👀✨ Fast backend framework
https://github.com/zely-js/zely

backend backend-framework file-based nodejs

Last synced: 7 months ago
JSON representation

👀✨ Fast backend framework

Awesome Lists containing this project

README

          

# Zely

👀✨ Fast backend framework

[**github**](https://github.com/zely-js/zely) • [**npm**](https://npmjs.com/package/zely) • [**website**](https://zely.vercel.app/)

> [🚀 zely4 has been published!](https://zely.vercel.app/blog/25-06-22)

---

- **File-based routing**. Automatically generate routes based on file structure.
- **Server Restarting**. No need to restart your server to apply changes.
- **Typescript Supported**. Fully supports TypeScript.
- **Blazing fast**. Built on esbuild for unparalleled speed and efficiency.

✨ [**Zely Documentation ➞**](https://zely.vercel.app)

## Getting Started

Download the template using the zely-cli tool:

```txt
$ npx zely-cli init
```

> Visit [Getting Started](https://zely.vercel.app/docs/getting-started) to start new app.

## Benchmark

See [/zely-js/benchmark-history](https://github.com/zely-js/benchmark-history) repository.

## License

[MIT](/LICENSE)