Skip to content

itsronalds/websocket-integration-node-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WebSocket Integration: Node.js Server & Python Client

Demonstration project showcasing real-time communication between a WebSocket server built with Node.js and a client implemented in Python.

Main Features

  • WebSocket Server in Node.js
    Implements an efficient and simple server using ws, enabling real-time connections.

  • WebSocket Client in Python
    Lightweight client that interacts with the server using websockets or websocket-client.

  • Bidirectional Communication
    Send and receive real-time messages between both environments.

  • Simple and Well-Documented Code
    Designed for easy understanding, modification, and extension.

Requirements

Installation & Running

1. Clone the repository

git clone https://github.com/itsronalds/websocket-integration-node-python.git
cd websocket-integration-node-python

2. Set up and run the Node.js server

cd server
npm install
node server.js

3. Set up and run the Python client

cd ../client
pip install -r ../requirements.txt
python client.py

Core Technologies

About

Real-time bidirectional communication between a Node.js WebSocket server and a Python client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published