SalakJS / salak

Build better frameworks and apps with nodejs & koa.

Home Page:https://salakjs.github.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM version Build Status Coverage Status Downloads David deps License

Salak is a web framework for nodejs to make web applications and APIs more easily, which bases on Koa.

Installation

$ 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

Getting Started

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

Acknowledgement

AOTU.IO(JD Multi-terminal Development Department)

License

MIT

About

Build better frameworks and apps with nodejs & koa.

https://salakjs.github.io/docs

License:MIT License


Languages

Language:JavaScript 100.0%