Using Custom WebSocket Server for Chatify extension

Hi,
It seems the chatify chatting system supports using Custom WebSocket Server. Is it possible that I use my own websocket server for chatify extension? Which file I have to edit?

Link to chatify docs

Thanks

According to the documentation from the link you gave above, then you need to to install & configure beyondcode/laravel-websockets with your app.You may try to install the package from Tools → Compose Packages → beyondcode/laravel-websockets.

Thanks,
I have a Node.js WebSocket Server installed on my host. How I can use that instead of Pusher? What about soketi?

Regards
Mansour