A modern WebRTC application built with Svelte.
- Real-time video and audio communication
- Easy to use interface
- Cross-browser compatibility
- Lightweight and fast
-
Clone the repository:
git clone https://github.com/yourusername/svelte-webrtc.git cd svelte-webrtc
-
Install dependencies:
npm install
-
Run the application:
npm run dev
- Open your browser and navigate to
http://localhost:5000
. - Allow access to your camera and microphone.
- Share the generated link with a friend to start a WebRTC session.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.