Skip to content Skip to sidebar Skip to footer
Showing posts with the label Koa

Koa.js Request With Promises Is Hanging

So I'm messing around with Koa.js and generators, just threw together a simple site for demo pu… Read more Koa.js Request With Promises Is Hanging

Koa-router And Post

I'm trying to handle POST request within my koa-router. Unfortunately, every time I try to get … Read more Koa-router And Post

How Do I Test Nested ES6 Generators Using Mocha?

I'm trying to use co-mocha to test some nested generators functionality in my koa app. The cla… Read more How Do I Test Nested ES6 Generators Using Mocha?

Koa.js - Serving Static Files And REST API

I'm new to koa.js library and I need some help. I'm trying to make simple REST application … Read more Koa.js - Serving Static Files And REST API