Persistent Messages in SocketIO with Redis – Part 18



Persistent Messages in SocketIO with Redis – Part 18

Persistent Messages in SocketIO with Redis - Part 18

We make the front-end ui with chakra-ui and use tabs to separate each conversation. We enable persistent real-time messaging with socketio and Redis. We use socket.io to do the real-time communication and we use Redis to store the messages of each user.

Code 👨‍💻
https://github.com/lesterfernandez/fullstack-whatsapp-clone/tree/18.messaging

Comments are closed.