简体   繁体   中英

Real time chat using laravel & redis

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 ?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM