Code Monkey home page Code Monkey logo

webrtc-video-chat-app's Introduction

Video Chat App Build with WebRTC and Socket.io

Photo

> Chat with friends online

Clone/Fork this repo

git clone https://github.com/rayc2045/webrtc-video-chat-app.git
cd webrtc-video-chat-app
npm i
npm run dev

簡介

這次的專案以 WebRTC (Web Real-Time Communication) 網頁即時通訊技術為底,實現讓不同使用者在不安裝瀏覽器插件的前提下,能夠直接進行點對點 (peer-to-peer) 的語音、視訊通話以及資料傳輸。在缺乏中繼多媒體串流伺服器的情況下,人數限制應該會在十人左右,雖然沒有試過在線人數的上限,不過仍可作為簡單實用的多人視訊 App。

使用方式

  1. 前往網站 https://rayc-video-chat.herokuapp.com/
  2. 分享連結給朋友
  3. 開始聊天,就這麼簡單 🙂

開發紀錄

  • 開發中使用 Nodemon 即時更新 Node.js 專案的改動
  • 使用 Node.js Web 應用程式架構 Express 開發伺服器執行環境
  • 使用通用唯一辨識碼 UUID 作為聊天室位址
  • 透過 PeerJS 實現 WebRTC P2P 通訊
  • 透過 Socket.IO 實現即時雙向通信
  • 使用嵌入式 JavaScript 模板引擎 EJS 產生網站模板
  • 使用 Heroku 部署專案

webrtc-video-chat-app's People

Contributors

rayc2045 avatar

Watchers

 avatar

Forkers

abhaydixit07

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.