简体   繁体   中英

Chat application on Laravel 9.x

I want to make a chat application (something like on how is on Whatsapp Web). I want my application to be on laravel.

I just finished the design and the login system.

My question is about functionality.

Is it enough Laravel and Javascript or do I need something else additional? I don't need to make a large project, its just for me to start learning the basics things and how they work.

Laravel for backend, JS for frontend

You also need Pusher (if not big project) for (easy) real-time application and pusher-js for subscribe websocket

You need to add a websocket part, in order to make the app real Time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM