Skip to content

canwhite/QCKoaDemos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of simple demos of Koa, a web application framework for Node.

Logo

How to use

First of all, check your Node version.

$ node -v
v8.0.0

Koa requires node v7.6.0+. If your version is older than that, upgrade Node first.

$ git clone https://github.com/canwhite/QCKoaDemos ~/desktop

Install the dependencies.

$ cd QCKoaDemos
$ npm install

Now play with the source files under the demos directory.

About

写的koa2.x的一些使用的demos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published