Learning websockets : simple app
An app that allows users to post their daily routine to a shared timeline and like them, updates in realtime using the Laravel Websockets package.
- PHP < 7.1
- Node.js >= 8 and npm >= 5
- git
- composer
- git clone https://github.com/EmmanuelMPaul/websockets.git
$ composer install
$ npm install
$ npm run watch
$ php artisan websockets:serve
THANKS TO