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: 9 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:31:19.000Z (over 2 years ago)
- Last Synced: 2025-04-22T10:42:56.765Z (9 days 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: 2
- 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)