Is it possible to use Socket.io client with uWebsockets.js server?

1.4k Views Asked by At

The same as in question I wonder if it is possible to use:

socket-io-client: https://www.npmjs.com/package/socket.io-client

with uWebsockets.js server: https://github.com/uNetworking/uWebSockets

Personally, I think that it can be problematic but maybe there are some methods how to do it.

1

There are 1 best solutions below

0
On

Yes! This is now possible after socket.io v4.4.0

Read more here