Skip to content

adrianzqt/mini-koa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-koa

A concise implementation of Koa, for better and easier understanding.

Code Structure

└── mini-koa
    ├── lib
    │   ├── application.js
    │   ├── context.js
    │   ├── request.js
    │   └── response.js
    ├── tool
    │   ├── compose.js
    │   └── delegator.js
    ├── demo.js
    ├── index.js
    ├── package.json
    └── README.md

Core Conceptions

  1. Koa is a light-weight http server base on Node.js http module.

About

Simple implementation of Koa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published