简体   繁体   中英

Chat application with socket.io

I want to make a chat application. What I'm wondering is; I have previously created my laravel project using livewire. Can I make a chat application with Socket.io? Will socket.io and livewire work successfully in the same project?

Socket.io will work with Livewire.

Those are two independent libraries.

socket.io is for bi directional communication.

Livewire is for asynchronous back end rendering.

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