Thanks to visit codestin.com
Credit goes to github.com

Skip to content

svenkeil/swoole-laravel-chat

 
 

Repository files navigation

Real Time Chat Board

Installing and Running

  1. install composer (reference)

  2. install swoole extension (reference)

  3. run git clone https://github.com/amirbagh75/real-time-messaging.git to clone this repository

  4. run composer install in the root directory of application

  5. run cp .env.example .env

  6. run php artisan key:generate

  7. run php artisan swoole:http start and everything should be ok now 😬

About

Simple stateless chat board [Swoole + SocketIO + Laravel]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.4%
  • Other 1.6%