Koa, Hapi, etc Endpoint?

Is it possible to implement an endpoint based on Koa? Or on any other framework? The example on the express website seems simple enough that I could theoretically just substitute Koa in but it looks like it does some kind of magic behind the scenes as it’s slightly different on the main endpoints docs.

It should “just work”. :slight_smile:

https://runkit.com/me1000/5b5f44d04605b90012b2db48

1 Like

then how do I access it? I don’t see the link for it.

okay nevermind. I just saw the endpoint button on the top. works on mine as well. thanks!