Skip to content

lendooy/openroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Laravel WebRTC App

A peer-to-peer (1:1) video calling application built with Laravel + Blade + JavaScript + WebRTC.
📡 WebRTC signaling is handled using Laravel WebSockets.

🔧 Technologies

  • Laravel 12
  • Laravel WebSockets
  • Blade (no JS framework)
  • WebRTC API (JavaScript)

📦 Features

  • User authentication
  • Friend list
  • Simple peer-to-peer video calls
  • WebSocket-based signaling system

🚀 Installation

git clone https://github.com/lendooy/openroom.git
cd laravel-webrtc-app
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install && npm run dev
php artisan serve
php artisan websockets:serve

About

This is open project for open classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors