Simple realtime chat with Socket.IO, Laravel and AngularJS
- Socket.io for realtime chats
- Laravel frameworks 5.4 for backend
- AngularJS for frontend
composer install
Migrate Database. On "api" folder, run this command :
php artisan migrate
Install socket.io, express, and request
npm install socket.io
npm install express
npm install request
Changes api root path and socket connection on js/app.js (optional)
Then, make sure API and server.js (for chat server) running correctly.
Mail me at vandorohery99@gmail.com if you need some help :D