An open API service indexing awesome lists of open source software.

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.

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).