Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.04 KB

README.md

File metadata and controls

66 lines (48 loc) · 2.04 KB

Koa2 Examples

build status

Migrate from https://github.com/koajs/examples

A repository containing small examples to illustrate the use of Koa2 for creating web applications and other HTTP servers.

Installation

Koa2 examples requires node v7.6.0 or higher for ES2015 and async function support.

npm install

Usage

cd 404/
node app.js

Running tests

make

Included Examples

Example Repositories

Boilerplates