Skip to content

jonyrock-back/node-py-websockets-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node-py-websockets-example

Example of connectivity node.js with python3 over websockets

Server

Node.js server waits for a websocket connection. Based on websockets/ws library.

cd server
npm install
npm run start

Client

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

About

Example of connectivity node.js with python3 over websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published