Skip to content

Latest commit

 

History

History

mini-koa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Introduction

mini implementation of koa

How to test

npm install

ts-node test/router.ts

Todos

  • make router a middleware plugin
  • add jest test cases
  • add context, respondProto, requestProto mixins

Reference