Skip to content

Real Time Chat with Laravel, Node.js, Redis and Socket.io

Notifications You must be signed in to change notification settings

leartgjoni/laravel-redis-chat

Repository files navigation

Laravel Redis Chat

This is a real-time chat based on Laravel, Node.js, Socket.io and Redis to link Laravel with Node.Js
The application sends messages in real-time using socket.io as well as keeps them on db for later.
Usually chat examples online offer public chat features. This project offers one-to-one chat!

How to run the app

composer install
npm install
node nodejs/server.js
php artisan serve

Keep in mind that you need redis-server installed on your machine for the application to work.

Example

Watch the video

Don't forget to star this repo ;)

About

Real Time Chat with Laravel, Node.js, Redis and Socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages