Example of connectivity node.js with python3 over websockets
Node.js server waits for a websocket connection. Based on websockets/ws library.
cd server
npm install
npm run start
Python3 client connects and sends a message to the server and waits for a response. Based on aaugustin/websockets library.
pip3 install -r requirements.txt
python3 main.py