Skip to content

Node.js WEB Framework, folder based router, based on KOA.

Notifications You must be signed in to change notification settings

yangjc/server-k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js WEB Framework, folder based router, based on KOA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published