I just follow the steps shown in this link http://itsolutionstuff.com/post/laravel-52-chat-message-module-using-socketio-redis-express-and-nodejs-from-from-scratchexample.html to creat a real time chat it works perfictly , but this way it sends messages to all users, I want chat to be one to one. any suggestions ?
Asked
Active
Viewed 1,964 times
1 Answers
0
I'm sorry, but i think you should be more specific.
I can't give you the right recipe for a good solution, but i think you're choosing the wrong platforms to make a messenger-chat.
Try look at NodeJS and maybe use Socket.io to communicate through.
Socket.io has an example on how to make a simple chat. You can use the example as a starting point for your project.

Thomas Bolander
- 3,892
- 3
- 22
- 30
-
Thanks for your reply, redis and node js are wrong platforms ? can you explain why ? – Mahmoud Abd AL Kareem Apr 01 '16 at 13:58
-
can you describe how this stuff should be done ? I'm confusing ? – Mahmoud Abd AL Kareem Apr 01 '16 at 15:11