socket.io-website
socket.io-website copied to clipboard
Socket.IO website and blog
There is another step you should do in the new versions of android or the comunication wont work thought no errors are thrown
Can you include an basic POC of how to setup socket.io using a Cloudlare worker? There all these examples: https://socket.io/docs/v4/server-initialization/#options So maybe first indicate it you advise it. And if...
Related: https://github.com/socketio/socket.io/discussions/4935 This adds to the [Socket#data](https://socket.io/docs/v4/server-socket-instance/#socketdata), there are a few other places that mentioned socket.data https://socket.io/docs/v4/server-instance/#fetchsockets https://socket.io/docs/v4/server-api/#socketdata So happy to move to either of these places.
https://socket.io/docs/v4/tutorial/step-7 This tutorial doesn't provide code to create the "Disconnect" button in order to test things out. It's simple enough to get past that part, but it's not clear how...
Where would the translation files for "how to" be located? https://github.com/socketio/socket.io-website/tree/main/src/pages/how-to in i18n folders there are only doc structures and not src
1) The query string (graphqlQuery) is not properly formatted. It contains line breaks and indentation, which is not allowed in a JavaScript string. It should be a single-line string or...
There was confusion on connect on the client vs connection on the server
Following [this tutorial](https://github.com/socketio/socket.io-website/issues/url) leads to a compilation error. A user named Goldjee wrote a fix and posted it in a [comment](https://github.com/socketio/socket.io/issues/3890#issuecomment-1400650737). All you need to do is change: ``` declare...
Hey Socket.IO community, I have been working on the update for the Redis emitter for Python and wondering if we can reference my project on the official website: - https://github.com/roma-glushko/socket.io-redis-emitter...
e.g., User A connects to the page, then due to poor internet connection disconnects, then reconnects. Supposing socket.io's reconnect feature fails, how can I check whether this user is the...