Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salakjs/salak
Build better frameworks and apps with nodejs & koa.
https://github.com/salakjs/salak
framework koa koa2 node-framework nodejs salak salakjs
Last synced: 3 months ago
JSON representation
Build better frameworks and apps with nodejs & koa.
- Host: GitHub
- URL: https://github.com/salakjs/salak
- Owner: SalakJS
- License: mit
- Created: 2017-12-19T12:14:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:31:19.000Z (about 2 years ago)
- Last Synced: 2024-10-08T06:09:48.378Z (4 months ago)
- Topics: framework, koa, koa2, node-framework, nodejs, salak, salakjs
- Language: JavaScript
- Homepage: https://salakjs.github.io/docs
- Size: 1.43 MB
- Stars: 31
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Salak is a web framework for nodejs to make web applications and APIs more easily, which bases on [Koa](https://github.com/koajs/koa).
## Installation
```bash
$ npm install --save salak@next
```Node.js > 7.6.0 required.
## Features
- ✔︎ Full validations
- ✔︎ Auto generate docs
- ✔︎ Auto bind routes
- ✔︎ Plugin system
- ✔︎ Easy extends
- ✔︎ Typescript supported## Docs
- [Website](https://salakjs.github.io/docs/)
## Getting Started
Follow the commands listed below.
```bash
$ npm install -g salak-cli
$ salak init simple salak-demo
$ cd salak-demo
$ npm install
$ npm start
$ open http://127.0.0.1:3000
```## Acknowledgement
[AOTU.IO(JD Multi-terminal Development Department)](https://aotu.io)
## License
[MIT](LICENSE)