koajs / examples

Example Koa apps
4.52k stars 744 forks source link

docs(README): Add coko to example repositories. #115

Closed bhaskarmelkani closed 6 years ago

bhaskarmelkani commented 6 years ago

coko is a minimal framework built ontop of Koa(version 2).

coko provides a conventional approach for building apps using async/await pattern of Koa2. It gives a basic boiler plate for Koa ontop of which you can write your application logic.