# @textea/y-socket.io

[View example code](example/src/App.tsx)

## Features

- [x] React Enhancement like `<Room/>`, `<SocketIOProvider/>`...
- [x] Multi Persistence Support.
- [x] Customizable for each side.
- [ ] Authentication

## Usage

```shell
npm install @textea/y-socket.io
# or
yarn add @textea/y-socket.io
# or
pnpm install @textea/y-socket.io
```

## Document

- [Sync Protocol](docs/sync.md)

## LICENSE

This project is [MIT](LICENSE) licensed.
