https://github.com/tap30/client-socket-manager
A wrapper for `socket.io-client` that handles best practices and edge cases in a more abstracted and opinionated manner.
https://github.com/tap30/client-socket-manager
javascript socket-io socket-io-client typescript websocket websocket-client wrapper-library
Last synced: 9 months ago
JSON representation
A wrapper for `socket.io-client` that handles best practices and edge cases in a more abstracted and opinionated manner.
- Host: GitHub
- URL: https://github.com/tap30/client-socket-manager
- Owner: Tap30
- License: mit
- Created: 2025-02-03T08:12:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T09:10:37.000Z (10 months ago)
- Last Synced: 2025-04-05T10:20:31.530Z (10 months ago)
- Topics: javascript, socket-io, socket-io-client, typescript, websocket, websocket-client, wrapper-library
- Language: TypeScript
- Homepage:
- Size: 180 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Client Socket Manager
A wrapper for `socket.io-client` that handles best practices and edge cases in a more abstracted and opinionated manner.
## Packages
- [@tapsioss/client-socket-manager (core)](https://github.com/Tap30/client-socket-manager/blob/main/packages/core/README.md)
- [@tapsioss/react-client-socket-manager (react)](https://github.com/Tap30/client-socket-manager/blob/main/packages/react/README.md)
## Contributing
Read the [contributing guide](https://github.com/Tap30/client-socket-manager/blob/main/CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.
## License
This project is licensed under the terms of the [MIT license](https://github.com/Tap30/client-socket-manager/blob/main/LICENSE).