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
WHat's the best way to use IPX in a Elysia server? I feel like using createIPXWebServer means I'm running both Elysia and h3 on the same project, since that initialises a H3App instance. I couldn't figure out a way to use createIPXH3Handler (which seems to just expect a H3 Event handler type and not create a h3 app with routing info.
I'm just looking for advice on how best to go about this. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
WHat's the best way to use IPX in a Elysia server? I feel like using
createIPXWebServer
means I'm running both Elysia and h3 on the same project, since that initialises a H3App instance. I couldn't figure out a way to usecreateIPXH3Handler
(which seems to just expect a H3 Event handler type and not create a h3 app with routing info.I'm just looking for advice on how best to go about this. Thanks
Beta Was this translation helpful? Give feedback.
All reactions