Hi,
Thanks for this great repo!
Could you upgrade koa to Koa 2 to use async/await in node?
Thanks.
Contributor guide
Tech stack
javascriptreactnodejs
Domain
full stack
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Node.js knowledgeasync/await
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
This issue from 2016 proposes upgrading Koa to Koa 2 for async/await support. First, verify if the repository is still maintained and if Koa is still used in the current codebase. Check the package.json for the current Koa version. Since there is no assignee or linked PR, and the issue is very old, it may be advisable to close it unless a maintainer indicates interest. If the upgrade is still desired, the changes would involve updating Koa dependencies and refactoring middleware to use async/await.