https://github.com/lambiengcode/project-video-call
This project using nodejs, socket and webrtc for develop video call app. 该项目使用nodejs、socket和webrtc来开发视频通话应用程序。:hamburger:
https://github.com/lambiengcode/project-video-call
nodejs-server socket-io video-calling-app webrtc
Last synced: 4 days ago
JSON representation
This project using nodejs, socket and webrtc for develop video call app. 该项目使用nodejs、socket和webrtc来开发视频通话应用程序。:hamburger:
- Host: GitHub
- URL: https://github.com/lambiengcode/project-video-call
- Owner: lambiengcode
- License: mit
- Created: 2021-05-02T11:09:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T02:47:22.000Z (over 4 years ago)
- Last Synced: 2026-02-06T14:22:51.539Z (30 days ago)
- Topics: nodejs-server, socket-io, video-calling-app, webrtc
- Language: HTML
- Homepage: https://t.me/lambiengcode
- Size: 48.8 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Project Video Call
### Discription:
:rocket: This project using nodejs, socket and webrtc for develop video call app
### How I can run it?
- :rocket: Clone this repository
- :rocket: Config .env follow .env-example (input PORT)
- :rocket: Edit PORT in frontend: server/client/index.html same your port in .env
- :rocket: Run below code in terminal of project
```terminal
yarn
yarn start
```
### Author: lambiengcode