Graphql-yoga: support for Koa or hapi

Created on 25 Nov 2017  路  5Comments  路  Source: dotansimha/graphql-yoga

do you have any plan to support any servers rather than express soon ?

Most helpful comment

@vjpr did using that wrapper work for you?

@kbrandwijk @schickling still no plans to support Koa?

All 5 comments

Hi @AhmadEl-Banna, thanks for your question.

There are no plans to support other servers than express so far. Can you further describe your requirements/use case?

Closing this for now, as there has been no more feedback on the issue.

I already run a koa server and would like to add the middleware to koa.

How tightly bound to express is it? Would it work if I used a koa express wrapper like https://www.npmjs.com/package/express-to-koa?

@vjpr did using that wrapper work for you?

@kbrandwijk @schickling still no plans to support Koa?

For me, koa has better design, with koa I can easily track all of my request and response.
Maybe we could make graphql-yoga support most servers like apollo-server.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ramonmulia picture ramonmulia  路  3Comments

checkmatez picture checkmatez  路  5Comments

marktani picture marktani  路  5Comments

CaptainChemist picture CaptainChemist  路  4Comments

bellomusodiq picture bellomusodiq  路  3Comments