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

https://github.com/tripolskypetr/node-webrtc-ajax

The first WebRTC group call example without socket.io. Can be used as a scaffold for production solution
https://github.com/tripolskypetr/node-webrtc-ajax

ajax group-call javascript nestjs nestjs-backend node typeorm typescript webrtc

Last synced: about 2 months ago
JSON representation

The first WebRTC group call example without socket.io. Can be used as a scaffold for production solution

Awesome Lists containing this project

README

        

# node-webrtc-ajax

> The first WebRTC group call example without `socket.io`. Can be used as a scaffold for production solution

![screenshot](./docs/screenshot.png)

## Running

```
nano .env
npm install
npm run start:dev
npx open-cli http://localhost:3000/
```