zely
v4.0.0-next.0
Published
Build Productive, Convenient, Fast Backend
Downloads
95
Maintainers
Readme
zely
Build Productive, Convenient, Fast Backend
- File-based routing. zely creates routes automatically with filenames.
- Server Reload. You don't have to restart server to apply changes.
- Typescript Supported.
- Lightning fast. zely uses esbuild as javascript loader.
npm install --save-dev zely
Getting Started
You can easily build a server by getting the template.
npx zely-cli init --dir my-app --template=typescript