I'm developing node server using koa.js
I have looked for some libraries for body parser.
And there are several kinds of koa body parser.
But I don't know what differences btw them including koa-body and koa-bodyparser.
Can you explain it?
Thank you in advance.
npm install koa-body@next
. I've edited the wiki to prevent any confusion for other people. – Denizen