Skip to content

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

Notifications You must be signed in to change notification settings

simonproud/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.

Demo

http://chat-laravel-redis.lersoft.com

Don't forget to star this repo ;)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.2%
  • HTML 23.2%
  • JavaScript 2.2%
  • Other 1.4%