https://github.com/choewy/socket-io-client
Socket.io Client
https://github.com/choewy/socket-io-client
craco react recoil socket-io socket-io-client
Last synced: 2 days ago
JSON representation
Socket.io Client
- Host: GitHub
- URL: https://github.com/choewy/socket-io-client
- Owner: choewy
- Created: 2022-08-01T08:40:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T13:39:24.000Z (over 2 years ago)
- Last Synced: 2025-01-05T05:31:11.708Z (over 1 year ago)
- Topics: craco, react, recoil, socket-io, socket-io-client
- Language: TypeScript
- Homepage: https://choewy.github.io/socket-io-client/
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.io Client
## Client
- https://choewy.github.io/socket-io-client
```bash
git clone https://github.com/choewy/socket-io-client.git
cd socket-io-client
npm ci
npm run start
```
## Server
- https://github.com/choewy/socket-io-client/tree/server
```bash
git clone -b server https://github.com/choewy/socket-io-client.git socket-io-server
cd socket-io-server
npm ci
npm run start
```