Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 825 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 825 Bytes

Magny

Magny is a demo project designed to show what WebRTC can do. It has three main functionalities:

  • Video call
  • Text chat
  • File Transfer

This project is built in tutorial series called WebRTC Demystified. To learn more, check out the tutorial series from here:

WebRTC Demystified - Introduction

WebRTC Demystified - Signaling Demo

Build

npm install
npm run dev

Used Technologies

  • WebRTC
  • Vite
  • Firestore

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Don't forget that this app is designed for educational purposes.