{"id":31788481,"url":"https://github.com/maikthomas/webrtc-demo","last_synced_at":"2026-05-17T00:06:31.407Z","repository":{"id":56455107,"uuid":"308599779","full_name":"maikthomas/webrtc-demo","owner":"maikthomas","description":"A simple WebRTC Example App with signalling server","archived":false,"fork":false,"pushed_at":"2020-11-10T14:57:09.000Z","size":4526,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-09T04:36:20.044Z","etag":null,"topics":["signalling-server","videocall","webrtc"],"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/maikthomas.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}},"created_at":"2020-10-30T10:40:31.000Z","updated_at":"2020-11-10T14:57:12.000Z","dependencies_parsed_at":"2022-08-15T19:01:06.577Z","dependency_job_id":null,"html_url":"https://github.com/maikthomas/webrtc-demo","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/maikthomas/webrtc-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maikthomas%2Fwebrtc-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maikthomas%2Fwebrtc-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maikthomas%2Fwebrtc-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maikthomas%2Fwebrtc-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maikthomas","download_url":"https://codeload.github.com/maikthomas/webrtc-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maikthomas%2Fwebrtc-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004175,"owners_count":26083688,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["signalling-server","videocall","webrtc"],"created_at":"2025-10-10T14:18:47.212Z","updated_at":"2025-10-10T14:18:51.457Z","avatar_url":"https://github.com/maikthomas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webrtc-demo\n\n![Demo Image](/example.png)\nA simple project to demo a 1:1 video call with WebRTC.\nConsisting of:\n\n- Frontend with React\n  loosely following the steps described here: https://webrtc.org/getting-started/overview\n- A barebones signalling server in node using socket.io\n  Implementing the flow described in this MDN doc: https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling#Signaling_transaction_flow\n\nConsiderations:\n\n- The app only allows 1:1 communication between two peers, and will ignore any further client connections.\n- When the first two clients connect, they are assigned a role, client1 or client2.\n- In the frontend, the connection logic is different for client1 and client2 (client1 makes the offer, client2 responds etc)\n- The signalling server has no persistence or retry logic for the offers, it just passes the message to the other client\n- This demo does not handle any reconnection, disconnection or other real world call logic\n\n## Building and running on localhost\n\nInstall dependencies\n\n```sh\nyarn\n```\n\nrun locally:\nIn one terminal start the web app dev server on :8080\n\n```sh\nyarn dev\n```\n\nIn another start the signalling server on :8000 (this also serves the statics but without hot reload)\n\n```sh\nyarn start\n```\n\n## Credits\n\nMade with [createapp.dev](https://createapp.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaikthomas%2Fwebrtc-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaikthomas%2Fwebrtc-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaikthomas%2Fwebrtc-demo/lists"}