https://github.com/mrcodedev/socketio-example
Little example how use socketio
https://github.com/mrcodedev/socketio-example
Last synced: 11 months ago
JSON representation
Little example how use socketio
- Host: GitHub
- URL: https://github.com/mrcodedev/socketio-example
- Owner: mrcodedev
- License: mit
- Created: 2021-08-22T18:52:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T19:01:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T23:13:34.269Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket.io example Server and Client
Little example how to use to create Server and Client, to send data with Websockets :D.
## Usage
First run:
```bash
npm i
```
Before this, first you must execute the server:
```bash
npm run server
```
And now, you must execute the client:
```bash
npm run client
```
You can view a message into server and the client :D.
## Support
If you want to help me improve the example, you can invite me to a coffee and appear as a patron :).
[](https://www.buymeacoffee.com/mrcodedev "Buy me a coffee :D")