dazzz1er / confer

Easy real-time chat for laravel 5 based websites and applications
133 stars 47 forks source link

Like what you've done #11

Closed nilsenj closed 8 years ago

nilsenj commented 8 years ago

I like what you've done and this seems really great but what I think is how to implement all that functionality with nodejs an redis! and I hope I will do this in some period of time! Definitely i will do this)

dazzz1er commented 8 years ago

Hi @nilsenj , After I wrote confer I actually implemented a socket.io and Redis solution for real-time functionality, it was much faster than Pusher! I did not write a port for confer with this new solution though as it still requires a lot of initial setup with installing and using both Redis and socket.io which I feel most users are not keen to do.

If you are working on making something similar, I wish you luck!