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

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

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

[![alt text](https://raw.githubusercontent.com/mrcodedev/frontend-developer-resources/main/images/coffe-share.jpeg)](https://www.buymeacoffee.com/mrcodedev "Buy me a coffee :D")