talk icon indicating copy to clipboard operation
talk copied to clipboard

Real time chat without using external API

Open jampack opened this issue 7 years ago • 10 comments

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

jampack avatar Mar 15 '17 10:03 jampack

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,

jampack avatar Mar 17 '17 09:03 jampack

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

nahid avatar Mar 17 '17 14:03 nahid

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

jampack avatar Mar 21 '17 15:03 jampack

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.

nahid avatar Mar 22 '17 05:03 nahid

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

jampack avatar Mar 22 '17 07:03 jampack

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

ivanovicimihai89 avatar Apr 04 '17 16:04 ivanovicimihai89

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 [email protected], 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).

jampack avatar Apr 04 '17 17:04 jampack

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.

rishabgarg avatar Apr 17 '17 03:04 rishabgarg

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 [email protected], 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).

jampack avatar Apr 17 '17 15:04 jampack

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

BEY9S avatar Nov 22 '17 10:11 BEY9S