socket.io-website
socket.io-website copied to clipboard
Socket.IO website and blog
There should be a demonstration of how rooms are creating and how things are working .Like an illustration
Add new repository link  mentioned googollee/go-socket.io#643
use socketio 4.x with nginx reverse proxy for step handshake and send data get error,because it hardcoding 'upgrade' header
I think there's a critical issue in connection state recovery documentation. The fact that the server must emit an event for it to be successful is documented, but unfortunately, I...
In the middlewares section of the website there is no mention that we can also use client.use to use middlewares on that client only
I found the current documentation for Caddy 2 reverse proxy a bit confusing. I'm therefor proposing a documentation that's simple and general.
Currently how-it-works.md implies that only Node.js can be used for the server. However, intro.md lists a number of implementations available for other programming languages/runtimes. This PR updates how-it-works.md to include...