How to use socket-io client in deno #11
Unanswered
Himanshu922
asked this question in
Q&A
Replies: 2 comments
-
Hi! There is currently no client implementation in this package, but if there is enough interest we could implement/port it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have seen people doing this import { default as io } from "npm:[email protected]"; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to test a socket.io server which user is running in node environment.
I provide user with some deno exe which will be running some test cases on that server but for that deno exe should act as a
socket.io client and make a connection with node socket.io server.
Please help me how can i achieve that?
Beta Was this translation helpful? Give feedback.
All reactions