@yjc/server-k
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

server-k

server-k is a lightweight MVC WEB framework, based on koa.
Provided folder based router, and controller context to organize middleware.

Create New Server and Start

npm i -g @yjc/server-k
server-k create your-server-root-directory

Check demo for detail usage.

NOTICE: All route paths will be printed when server starting, see output in console.

Start Exists Server

cd your-server-root-directory
server-k start

Package Sidebar

Install

npm i @yjc/server-k

Weekly Downloads

1

Version

1.3.2

License

MIT

Last publish

Collaborators

  • yjc