{"id":21802557,"url":"https://github.com/rayc2045/webrtc-video-chat-app","last_synced_at":"2026-04-10T02:57:34.311Z","repository":{"id":140270262,"uuid":"385111787","full_name":"rayc2045/webrtc-video-chat-app","owner":"rayc2045","description":"Web video chat app build with WebRTC","archived":false,"fork":false,"pushed_at":"2021-07-14T15:12:06.000Z","size":1242,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T02:47:59.015Z","etag":null,"topics":["chat-room","chatapp","ejs","ejs-express","ejs-templates","express","express-js","express-server","expressjs","meeting","node-js","nodejs","nodejs-server","online-meeting","peer-to-peer","socket-io","uuid-v4","video-chat","webrtc","webrtc-video"],"latest_commit_sha":null,"homepage":"https://rayc-video-chat.herokuapp.com/","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/rayc2045.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":"2021-07-12T03:15:08.000Z","updated_at":"2024-09-11T12:54:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7d66697-23b9-4ed8-a94a-f957504279fc","html_url":"https://github.com/rayc2045/webrtc-video-chat-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rayc2045/webrtc-video-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayc2045%2Fwebrtc-video-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayc2045%2Fwebrtc-video-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayc2045%2Fwebrtc-video-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayc2045%2Fwebrtc-video-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rayc2045","download_url":"https://codeload.github.com/rayc2045/webrtc-video-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayc2045%2Fwebrtc-video-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272619466,"owners_count":24965416,"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-08-29T02:00:10.610Z","response_time":87,"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":["chat-room","chatapp","ejs","ejs-express","ejs-templates","express","express-js","express-server","expressjs","meeting","node-js","nodejs","nodejs-server","online-meeting","peer-to-peer","socket-io","uuid-v4","video-chat","webrtc","webrtc-video"],"created_at":"2024-11-27T11:29:27.597Z","updated_at":"2026-04-10T02:57:29.273Z","avatar_url":"https://github.com/rayc2045.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Chat App Build with WebRTC and Socket.io\n\n[![Photo](https://raw.githubusercontent.com/rayc2045/webrtc-video-chat-app/main/public/demo.png)](https://rayc-video-chat.herokuapp.com/)\n\n[\u003e Chat with friends online](https://rayc-video-chat.herokuapp.com/)\n\n### Clone/Fork this repo\n    git clone https://github.com/rayc2045/webrtc-video-chat-app.git\n    cd webrtc-video-chat-app\n    npm i\n    npm run dev\n\n### 簡介\n這次的專案以 WebRTC (Web Real-Time Communication) 網頁即時通訊技術為底，實現讓不同使用者在不安裝瀏覽器插件的前提下，能夠直接進行點對點 (peer-to-peer) 的語音、視訊通話以及資料傳輸。在缺乏中繼多媒體串流伺服器的情況下，人數限制應該會在十人左右，雖然沒有試過在線人數的上限，不過仍可作為簡單實用的多人視訊 App。\n\n### 使用方式\n1. 前往網站 [https://rayc-video-chat.herokuapp.com/](https://rayc-video-chat.herokuapp.com/)\n2. 分享連結給朋友\n3. 開始聊天，就這麼簡單 🙂\n\n### 開發紀錄\n- 開發中使用 [Nodemon](https://github.com/remy/nodemon) 即時更新 Node.js 專案的改動\n- 使用 Node.js Web 應用程式架構 [Express](https://expressjs.com/zh-tw/) 開發伺服器執行環境\n- 使用通用唯一辨識碼 UUID 作為聊天室位址\n- 透過 [PeerJS](https://peerjs.com/) 實現 WebRTC P2P 通訊\n- 透過 [Socket.IO](https://socket.io/) 實現即時雙向通信\n- 使用嵌入式 JavaScript 模板引擎 [EJS](https://ejs.co/) 產生網站模板\n- 使用 [Heroku](https://www.heroku.com/) 部署專案","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayc2045%2Fwebrtc-video-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayc2045%2Fwebrtc-video-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayc2045%2Fwebrtc-video-chat-app/lists"}