Salak is a web framework for nodejs to make web applications and APIs more easily, which bases on Koa.
$ npm install --save salak@next
Node.js > 7.6.0 required.
- ✔︎ Full validations
- ✔︎ Auto generate docs
- ✔︎ Auto bind routes
- ✔︎ Plugin system
- ✔︎ Easy extends
- ✔︎ Typescript supported
Follow the commands listed below.
$ npm install -g salak-cli
$ salak init simple salak-demo
$ cd salak-demo
$ npm install
$ npm start
$ open http://127.0.0.1:3000