Socket.io-Server-client
Objective
The objective of this project is to send data real time ,we use socket.io(server, client) on this project
Server NodeJs
NPM
- First step install npm with command
npm install
- Seconde step go to folder server/js and run the server with commande
node server.js
Server Python
Install py with commande sudo apt-get -y install python3-pip
Client Python
Install package socket.io with commande pip install "python-socketio[client]"