{"id":28675531,"url":"https://github.com/itsronalds/websocket-integration-node-python","last_synced_at":"2026-04-10T23:03:06.245Z","repository":{"id":258722740,"uuid":"874553218","full_name":"itsronalds/websocket-integration-node-python","owner":"itsronalds","description":"A demonstration project illustrating real-time, bidirectional communication between a Node.js WebSocket server and a Python client.","archived":false,"fork":false,"pushed_at":"2025-06-12T15:50:45.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T16:51:32.754Z","etag":null,"topics":["nodejs","python","sqlserver","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsronalds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-18T03:26:56.000Z","updated_at":"2025-06-12T15:52:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a73ea9c-6dd4-41f4-bebc-cec06ef2c005","html_url":"https://github.com/itsronalds/websocket-integration-node-python","commit_stats":null,"previous_names":["itsronalds/node-python-websocket","itsronalds/websocket-integration-node-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsronalds/websocket-integration-node-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsronalds%2Fwebsocket-integration-node-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsronalds%2Fwebsocket-integration-node-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsronalds%2Fwebsocket-integration-node-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsronalds%2Fwebsocket-integration-node-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsronalds","download_url":"https://codeload.github.com/itsronalds/websocket-integration-node-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsronalds%2Fwebsocket-integration-node-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259727148,"owners_count":22902183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nodejs","python","sqlserver","websocket"],"created_at":"2025-06-13T22:10:11.245Z","updated_at":"2026-04-10T23:03:06.236Z","avatar_url":"https://github.com/itsronalds.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebSocket Integration: Node.js Server \u0026 Python Client\n\nDemonstration project showcasing real-time communication between a **WebSocket server built with Node.js** and a **client implemented in Python**.\n\n## Main Features\n\n- **WebSocket Server in Node.js**  \n  Implements an efficient and simple server using `ws`, enabling real-time connections.\n\n- **WebSocket Client in Python**  \n  Lightweight client that interacts with the server using `websockets` or `websocket-client`.\n\n- **Bidirectional Communication**  \n  Send and receive real-time messages between both environments.\n\n- **Simple and Well-Documented Code**  \n  Designed for easy understanding, modification, and extension.\n\n## Requirements\n\n- [Node.js](https://nodejs.org/) (v14+ recommended)\n- [Python](https://www.python.org/) (3.7+ recommended)\n\n## Installation \u0026 Running\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/itsronalds/websocket-integration-node-python.git\ncd websocket-integration-node-python\n```\n\n### 2. Set up and run the Node.js server\n\n```bash\ncd server\nnpm install\nnode server.js\n```\n\n### 3. Set up and run the Python client\n\n```bash\ncd ../client\npip install -r ../requirements.txt\npython client.py\n```\n\n## Core Technologies\n\n- **Node.js** + [ws](https://www.npmjs.com/package/ws)\n- **Python** + [websocket-client](https://pypi.org/project/websocket-client/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsronalds%2Fwebsocket-integration-node-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsronalds%2Fwebsocket-integration-node-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsronalds%2Fwebsocket-integration-node-python/lists"}