Skip to content

Sample WebRTC streaming application based on Laravel framework

Notifications You must be signed in to change notification settings

metinagaoglu/Laravel-WebRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC example with Laravel

It is a Laravel project that I learned and implemented WebRTC technology.

Tech Stack

Client: Vue.js

NPM library: Simple Peer

Server: PHP8, Laravel 8 , Soketi

Database: PostgreSQL

Run Locally

Clone the project

  git clone https://github.com/metinagaoglu/Laravel-WebRTC

Go to the project directory

  cd Laravel-WebRTC

Run the docker-composer command

  docker-compose up

Start the server manually for now

  "php app/artisan serve --host=0.0.0.0"

Re-search

Soketi

WebRTC Guide

Peer.js

Laravel Websocket

STUN/TURN