Edit
by shyam babu - 9 years ago (2015-03-13)
Websocket chat with real time updates
| I need a Websocket chat system that works with Laravel 5. |
Ask clarification
1 Recommendation
Simple PHP Web Chat: Chat system with Websockets or AJAX as fallback
This package implements a chat system with Websockets or AJAX as fallback.
It generates HTML with JavaScript to connect to a chat server using Websockets.
It falls back to AJAX long polling requests if Websockets are not supported by the user browser version.
It provides the following features:
- Registration, login and password recovery of the users
- Search, add and group user contacts
- Broadcast messages to groups of users
- Desktop notifications, sound alerts, automatic scroll to new messages
- Exchange files between users
- Multiple chat sessions in different tabs
- Keep the history of old chat messages
- File Attachments
- Desktop notifications, sound alert, auto scroll to message
- Audio and video chat using WebRTC
By default it works with files for storage so it does not require a database server.
| by Manuel Lemos 26695 - 9 years ago (2015-08-15) Comment
There is this Websocket chat system package that you can try to see if it works well with Laravel 5. |