Learn how to build a chat application that leverages web sockets for real-time data transfer, utilizes Redis for data storage, and can be deployed on platforms like Render or Google Cloud Run. This guide walks you through setting up a socket server, managing user and room data in Redis, handling events such as room creation and message sending, and deploying your server using Docker.

6m read timeFrom dev.to
Post cover image
Table of contents
What we will be building?Setup a socket server.Setting up Redis.Handling events.Deployment.

Sort: