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.
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
AOTU.IO(JD Multi-terminal Development Department)