nahid / talk

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

Real time chat without using external API #47

Open jampack opened 7 years ago

jampack commented 7 years ago

Any hints on how to implement this project without pusher to make it Realtime

jampack commented 7 years ago

i believe sockets is the way out, i will try to implement it as on premises chat server and will share it with you if you would like to add it to your project,

nahid commented 7 years ago

That's sound good. If you really interested to implement it, of course I'll add it with this project.

jampack commented 7 years ago

i have implemented realtime chat using laravel-echo-server and laravel echo with Talk but im not good with github(i use svn) to get your project and merge it in, how can i share it with you so that you can integrate it in or guide me so that i can. On this weekend i can share demo of it on github insha Allah

nahid commented 7 years ago

First thank you so much for your great efforts. If you want to share this updates with me, you may send me an email with attached this project.

jampack commented 7 years ago

@nahid sure i will update you here when i mail you

ivanovicimihai89 commented 7 years ago

hello, I'm interesed in laravel-echo-server implementation, any update on the repo?

jampack commented 7 years ago

a week or two for on premises chat server but pusher is already well set in the package

Sent from iPhone

On 4 Apr 2017, 9:20 PM +0500, ivanovicimihai89 notifications@github.com, wrote:

hello, I'm interesed in laravel-echo-server implementation, any update on the repo?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/nahid/talk/issues/47#issuecomment-291553126), or mute the thread (https://github.com/notifications/unsubscribe-auth/AYvvsto_E1p04J2kDwfNMT57eW2_crNhks5rsm2zgaJpZM4MdvlW).

rishabgarg commented 7 years ago

Thanks for making this wonderful application.

I was wondering if you guys were able to update the project to use socket io instead of Pusher.

jampack commented 7 years ago

i have implemented it with socket.io but the only issue right now is that the messages between clients are passed directly and laravel just gets a copy of it to save to db

Sent from iPhone

On 17 Apr 2017, 8:17 AM +0500, Rishab Garg notifications@github.com, wrote:

Thanks for making this wonderful application.

I was wondering if you guys were able to update the project to use socket io instead of Pusher.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/nahid/talk/issues/47#issuecomment-294397206), or mute the thread (https://github.com/notifications/unsubscribe-auth/AYvvsunAZ899foho83OypQyDM21H9oC4ks5rwtnDgaJpZM4MdvlW).

BEY9S commented 6 years ago

@akkhan20 can you tell me what files you have edited when you implemented socketIO with Talk ?