Codementor Events

Real-time video chat application in Laravel and Vue

Published Sep 21, 2018

Laravel is the most talked about framework in PHP application development. Real-time application development requires push technology to be integrated with Laravel. Push technology is referred to as a publish/subscribe model. A client "subscribes" to various information "channels" provided by a server; whenever new content is available on one of those channels, the server pushes that information out to the client[1]. Thus, the real-time applications require Socket.IO servers. An open source System.IO server is currently maintained by the Laravel community at the tlaverdure/laravel-echo-server GitHub repository.

I developed a real-time chant application during the Random Hacks of Kindness (RHoK) hackathon in Melbourne in November 2017 for carers-couch. This application can be used for video chat, text chat, group chat, and file sharing. The source code is available here:
https://github.com/Thananji/carers-couch

[1] https://en.wikipedia.org/wiki/Push_technology

Discover and read more posts from Thananjeyan Shanmuganathan
get started
post commentsBe the first to share your opinion
Sachin singh
4 years ago

PLEASE SUGGEST HOW TO USE STEP BY STEP

josefanderson215
4 years ago

Hello, How are you today?
I have one problem to use this app.
Would you like to confirm with me about my problem?
Thanks

Josef

david viviani
6 years ago

That’s cool. I was checking out your code. I could learn more than a few things from looking at your structuring and documenting skills. I have a few projects that I could use some assistance on. Do you freelance?

Thananjeyan Shanmuganathan
6 years ago

Hi David, Thank you for your comment. Yes, I do freelance jobs.

Show more replies