mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 06:58:02 -05:00
Release notes: - https://github.com/websockets/ws/releases/tag/8.18.3 - https://github.com/debug-js/debug/releases/tag/4.4.1
Basic Socket.IO client
Please check the associated guide: https://socket.io/how-to/build-a-basic-client
Content:
├── bundle
│ └── socket.io.min.js
├── src
│ └── index.js
├── test
│ └── index.js
├── check-bundle-size.js
├── package.json
├── README.md
└── rollup.config.js