{"id":22852029,"url":"https://github.com/michaellf107/web-sockets","last_synced_at":"2026-04-11T02:02:34.313Z","repository":{"id":213576784,"uuid":"730421407","full_name":"MichaelLF107/web-sockets","owner":"MichaelLF107","description":"Example code of Websocket clients and servers, made with various frameworks and languages","archived":false,"fork":false,"pushed_at":"2024-01-06T15:03:58.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T11:35:44.332Z","etag":null,"topics":["nodejs","python","react","svelte","typescript","vue","websocket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/MichaelLF107.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}},"created_at":"2023-12-11T22:19:51.000Z","updated_at":"2023-12-21T16:30:42.000Z","dependencies_parsed_at":"2023-12-21T19:46:38.076Z","dependency_job_id":"9565f77a-f751-4e99-9ac5-5e8ff8144161","html_url":"https://github.com/MichaelLF107/web-sockets","commit_stats":null,"previous_names":["michaellf107/web-sockets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelLF107%2Fweb-sockets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelLF107%2Fweb-sockets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelLF107%2Fweb-sockets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelLF107%2Fweb-sockets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelLF107","download_url":"https://codeload.github.com/MichaelLF107/web-sockets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429447,"owners_count":20775806,"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","react","svelte","typescript","vue","websocket"],"created_at":"2024-12-13T06:06:55.750Z","updated_at":"2026-04-11T02:02:34.220Z","avatar_url":"https://github.com/MichaelLF107.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Web Sockets\n\nThis repository contains projects for a simple Chat application, built with React, Vue and Svelte on the frontend, Typescript and Python on the backend\n\n## Requirements\n\n - Python 3\n - Latest version of [Bun](https://bun.sh/)\n\n## Installation\n\n1. Clone this repository\n```bash\ngit clone https://github.com/MichaelLF107/web-sockets.git\n```\n\n2. Install each project's dependencies\n\nFor a frontend project. (eg. React):\n```bash\ncd frontend/react\nbun install\n```\n\nFor backend (Typescript):\n```bash\ncd backend/javascript\nbun install\n```\n\nFor backend (Python):\n```bash\npython3 -m pip install websockets\n```\n\n## Usage\n\n1. Start the frontend development server (eg. React)\n```bash\ncd frontend/react\nbun run dev\n```\n\n2. Start the backend server:\n\nTypescript:\n```bash\ncd backend/javascript\nbun run index.ts\n```\n\nPython\n```bash\ncd backend/python\npython3 main.py\n```\n\n3. Open `http://localhost:5173/` on your browser\n\nThe websocket will be running on `http://localhost:8080/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaellf107%2Fweb-sockets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaellf107%2Fweb-sockets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaellf107%2Fweb-sockets/lists"}