ejaz's avatar
Level 1

I want to create laravel chat application

I want to use Laravel WebSockets to create a chat application. However, my Laravel application is separate from my React CLI application. Can I still create a chat application? If it's possible, please guide me.

0 likes
1 reply
vincent15000's avatar

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

Please or to participate in this conversation.