An open API service indexing awesome lists of open source software.

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:

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