nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 326 forks source link

I want to implement this package but without using Pusher, is there a way out #126

Closed malaymehta closed 6 years ago

malaymehta commented 6 years ago

After reviewing the situation, I want to develop this without using Pusher. Is there any configuration that I can do to use this laravel echo server?

Any guide or sample code will be helpful.

Thanks

nahid commented 6 years ago

Now Talk only ready for Pusher. If you want to using echo server, you have to develop your own implementation.

malaymehta commented 6 years ago

Ok, thanks for the response.