Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KOA Support #1

Closed
amcdnl opened this issue Jan 28, 2016 · 5 comments
Closed

KOA Support #1

amcdnl opened this issue Jan 28, 2016 · 5 comments

Comments

@amcdnl
Copy link

amcdnl commented Jan 28, 2016

I'd like to propose to abstract this to support multiple frameworks and provide out of the box support for koa.

Primary Drivers

  • Express has a big community, but the project hasn't moved in over a year. No major releases, no activity, etc.
  • KOA is faster and lighter.
  • Building on point 1, Express doesn't implement any new ES* features. Generators have been native in node since 6.0 ... KOA has had those for over a year now. KOA.
  • Most of the new new projects I've seen are using KOA which continues to build on point 1. Main reason is lack of support of new features.

Reference

Similar Projects to yours
There are some projects that are similar to your but not near as full feature, here is a list:

@pleerock
Copy link
Contributor

Express is the most popular thats why I choose it. I tried to develop this library with the thinking of integration with other server frameworks, thats why I created this interface. I would like to left this task of creating new integrations for the community.

@amcdnl amcdnl closed this as completed Jul 6, 2016
@pleerock
Copy link
Contributor

pleerock commented Jul 6, 2016

@amcdnl koa support is superficial, and only koa v2 is supported. Koa is designed differently rather then express and there are some problems that need to resolve to add complete koa support to this framework

@pleerock
Copy link
Contributor

pleerock commented Jul 6, 2016

I can add you on skype. give me your login or send it to my email

@amcdnl amcdnl reopened this Jul 10, 2016
@pleerock
Copy link
Contributor

pleerock commented Aug 1, 2016

released in 0.6.0

@pleerock pleerock closed this as completed Aug 1, 2016
pleerock pushed a commit that referenced this issue Jun 13, 2017
NoNameProvided pushed a commit that referenced this issue Dec 21, 2017
Parameter name in BadRequestError
jotamorais pushed a commit that referenced this issue Feb 5, 2020
* pass action through to IocAdapter

* make class-validator a peer dependency

* make package public

* use correct github org

* npm scripts for publish

* fix readme example

* improve type clarity

* reuse type definition
jotamorais pushed a commit that referenced this issue Dec 10, 2020
fix: local option doesn't override all gloabl options
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants