socketio / socket.io

Realtime application framework (Node.JS server)
https://socket.io
MIT License
60.92k stars 10.09k forks source link

IPv4 and IPv6 clients #3016

Closed pinkladywithcoco closed 3 years ago

pinkladywithcoco commented 7 years ago

Hi

My home network where my Socket.io server is runing support only IPv4.

If IPv6 client connect to the url of my IPv4 server... will he be able to connect???

if not what should i do??

asbachb commented 6 years ago

That's no question about socket.io it's about ip protocol. You can not access ipv4 with ipv6. The ipv6 client needs a gateway which does NAT64 or something like this or you need to provide a ipv6 server.

darrachequesne commented 3 years ago

Closed due to inactivity, please reopen if needed.