Handling WebSockets

Learn how to create and consume WebSockets using Quarkus.

Introduction

Some advanced use cases require instant communication between a server and a client. This is where WebSocketsThe WebSocket API is an advanced technology that makes it possible to open two-way interactive communication. are used.

In this lesson, we’ll discover how to create a WebSocket server and ensure two-way data communication.

Get hands-on with 1200+ tech skills courses.