1581215010 / koa-step-by-step

a simple koa example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn koa step by step

Please run npm install to install all the dependencies first. Also you need node v0.11.13+ to run all the examples.

generator

Several simple examples to explain Iterator / Generator / AsyncFunction.

  1. iterator
  2. generator
  3. iterator with functions
  4. generator with functions
  5. generator with logic
  6. generator with complex logic, a minimal implement of co
  7. co with thunk
  8. co with promise
  9. async function with promise

apps

Several simple examples to show how koa works.

  1. helloworld
  2. with router
  3. with template render
  4. with middlewares
  5. a completed koa app

License

MIT

About

a simple koa example


Languages

Language:JavaScript 96.9%Language:HTML 3.1%