socket.io-website icon indicating copy to clipboard operation
socket.io-website copied to clipboard

Socket.IO website and blog

Results 43 socket.io-website issues
Sort by recently updated
recently updated
newest added

Trying to run an npm install command in a PowerShell environment, but PowerShell is interpreting the @ symbol as a splatting operator, which is causing the error. To avoid this,...

Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Added Codemods for Socket.io 4.0 Migration This PR provides codemods to help migrate from Socket.io 3.x to 4.0. Run the following command to automatically update your code: ``` npx codemod@latest...

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

In https://socket.io/docs/v4/tutorial/step-2 page, in the notes it is not specify where to create the index.html file as it may confuse lots of user who are already familiar with some server...

**Problem** - The code sample logs `server running at http://localhost:3000` to the console - The screenshot below shows a different output in the terminal - This may cause some confusion...