Improving the Chat Application

Implement a simple multi-user chat application with WebSocket API.

We'll cover the following

Multi-user chat

A multi-user chat application involves several users connected on different WebSockets. Our application keeps track of individual connections and passes messages to the right user using the corresponding WebSocket connections. First, we create a multi-user chat application to understand the typical WebSocket architecture pattern with the API Gateway.

Get hands-on with 1200+ tech skills courses.