Skip to content

WebRTCを使った複数人ビデオチャットデモとWebSocketを使ったリアルタイム制御デモ

Notifications You must be signed in to change notification settings

lam7-ddd/WebRTC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web RTC and Web Socket Demo

Usage

$npm i
$node server/app.js        // launch web socket server
$npm start                 // launch client

Browse http://localhost:3000/

  1. Enter room name

This is first view.

first view

  1. Stream screen

You can select stream from screen capture or video cam on menu.

stream screen

Same step on other machine.

Sytem

system

WebRTC Sequence

sequence

Menu

menu

Full screen

fullscreen

Like reaction!! ❤️

In full screen case, you can LIKE ❤️ reaction on screen.

reaction

About

WebRTCを使った複数人ビデオチャットデモとWebSocketを使ったリアルタイム制御デモ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 7.3%
  • CSS 3.4%