Support for Koa framework in addition to Express


#1

Wondering if anyone gotten the Jovo webhook to run in a Koa app? Or if there might be a roadmap item to provide Koa middleware in jovo-framework? Thanks!


#2

Hi @harder, great suggestion! It’s not on our immediate roadmap, but this would definitely make a great community contribution.

This is where we’re currently using Express:

We suggest adding something like koaServer.ts that looks similar to the server.ts. One thing we would also need to figure out is to not download both express and koa with every framework install.

If you have any additional questions, let us know! Maybe there are additional Koa users in the community who might be interested as well :slight_smile: