You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I use this library with remix? Remix provides web standard objects rather than the native Node.js req and res objects. I can't figure out how to extract compatible Node.js http objects from this:
wild guess: maybe you could try to use smth like this? https://github.com/sergiodxa/remix-utils/blob/main/src/server/event-stream.ts while putting in as initfunction the createSession method? however as I see there, they seem to use the common nodejs Response type, if I get that correct? Anyhow, maybe the creator of this lib can give a better answer.
How do I use this library with remix? Remix provides web standard objects rather than the native Node.js
req
andres
objects. I can't figure out how to extract compatible Node.js http objects from this:The text was updated successfully, but these errors were encountered: