manoj30808 / realtime-chat

laravel project for private user to user realtime chat with build in redis and node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel5.4 : Realtime user to user (private) realtime chat

used with node and redis server

Installation

1) In order to install this project, clone this repository:
2) composer install
3) php artisan migrate and php artisan db:seed
4) go to public/nodejs directory run command
	-> npm install
5) fire command "node server.js" in public/nodejs direcory
6) start Project in other terminal with "php artisan serve"

Now go to ==> http://localhost:8000

email: admin@admin.com pass : 123456

You found chat menu in left navigation bar.

NOTE : you have to install redis-server and start it before run the app

About

laravel project for private user to user realtime chat with build in redis and node


Languages

Language:PHP 48.4%Language:CSS 39.7%Language:HTML 11.8%Language:Vue 0.0%Language:ApacheConf 0.0%