Skip to content

bananaappletw/koa2-examples

Repository files navigation

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