Cannot connect to socketio server in Hono + Deno environment #5199
Replies: 1 comment
-
I think this issue would be regarding or related to socketio, so wanted to ask here |
Beta Was this translation helpful? Give feedback.
-
I think this issue would be regarding or related to socketio, so wanted to ask here |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I am getting this issue where my socketio client cannot connect to the server, it shows connection failed error in browser.
I am trying to setup the server in hono and deno, I specifically want to try and setup things through npm packages, which is possible in Deno now (through npm: specifiers), my hono instance works all well and response is given as expected, the problem arising is when I pass server to the socketio server instance, please refer code below :
Everything works perfectly when I try to use expressjs, but here I can't get it working, am still new to socketio and environments setup, so help would be really appreciated, Thanks!
Beta Was this translation helpful? Give feedback.
All reactions