WebSocket API

Learn about WebSocket APIs and how we can configure them using AWS API Gateway in AWS.

Unlike REST API, which is used for synchronous communication, WebSocket API is used for asynchronous communication. It enables real-time bidirectional communication between client and server. In contrast to the request/response model, where the client sends the request and the server responds, WebSocket API allows the server to send one-way messages to the client.

Get hands-on with 1200+ tech skills courses.