Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
SheldonFromBBT
Explore posts from servers
KPC
Kevin Powell - Community
D
Deno
Posts
Comments
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
I had to use
transports: ["websocket"]
during client initialising
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
Well thanks I got it working!
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
Untill we have a official update and upgrade
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
What are the security issues and overall downsides of using the connection old way (with serve() method)?
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
Old way was working all fine and good
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
But my client socket don't seem to connect to the server
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
I did all the steps as you mentioned
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
IDK where am i going wrong
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
Still I can't make it work
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
What should be the values for hostname and port here?
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
This doesn't seem to work
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
I was following the guide on socket.io docs but it's outdated to current standards
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
What's the solution here ? Thanks!
18 replies
D
Deno
•
Created by SheldonFromBBT on 2/28/2024 in
#help
The new and updated version for using socket.io handler with Deno.serve()
It works with old deprecated serve() method
18 replies