Replies: 3 comments 2 replies
-
I don't plan to support any other runtime but Node.js. But I hear these non-Node.js runtimes make strides of progress in their node.js compatibility claims.
Neither, so long as a node-style req/res callback can be mounted you can use any framework. |
Beta Was this translation helpful? Give feedback.
-
|
I see. As far as I see in the examples I do not see any web-standard Request/Response objects being used, would it be possible to use them with the package though? |
Beta Was this translation helpful? Give feedback.
-
|
So there's no way to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Could this package be somehow made compatible with frameworks/servers where web standards are used like Request and Response? I hoped for a way to integrate it with frameworks like NextJS or SvelteKit where making the interactions would be a breeze. Or deploying it on Deno or Bun where Request and Response objects work out of the box. Is any of this planned for the future or is it just meant to be just tied to an express/koa/fastify setup?
Beta Was this translation helpful? Give feedback.
All reactions