Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/herudi/deno-webrtc-video-meet

Deno webRTC with deno native websocket.
https://github.com/herudi/deno-webrtc-video-meet

deno webrtc-video

Last synced: 23 days ago
JSON representation

Deno webRTC with deno native websocket.

Awesome Lists containing this project

README

        

# Deno webRTC Video Meet

[Deno](https://deno.land/) WebRTC video meet and chat with deno native
websocket.

> Requires Deno 1.30.x or higher.

## Features

- Video Meet
- Chat
- Share Screen
- Room
- No Phuser, No SocketIO

## Run Dev

```bash
deno task dev
```

## Run

```bash
deno task start
```

## Run Without Task

```bash
deno run --allow-net --allow-read server.ts
```

open in http://localhost:8080

## Demo

https://lite-meet.deno.dev/

## Note

It's fun project. PRs welcome :).

[Deploy](https://dash.deno.com/new?url=https://raw.githubusercontent.com/herudi/deno-webrtc-video-meet/master/server.ts)