Level 63
Yes it's possible.
You can use Laravel for creating the API endpoints and access the chat functionalities from the frontend by calling the API.
Then for the chat functionalities, you can use for example pusher.
You give very few informations, if you don't need to keep the messages in the database, you could ever develop the chat without Laravel.
1 like