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
- Host: GitHub
- URL: https://github.com/zely-js/zely
- Owner: zely-js
- License: mit
- Created: 2023-06-15T10:21:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T15:37:02.000Z (8 months ago)
- Last Synced: 2025-07-14T17:56:45.396Z (8 months ago)
- Topics: backend, backend-framework, file-based, nodejs
- Language: TypeScript
- Homepage: https://zely.vercel.app
- Size: 10.5 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)