Challenge: Quarkus Web
Explore how to develop a real-time auction web application using Quarkus. Understand the design and implementation of REST endpoints, WebSocket bid notifications, and API management for auction items, users, and bids. Gain hands-on experience building a resilient and interactive online auction system.
We'll cover the following...
We'll cover the following...
Problem statement
Let’s consider an online auction website where users can log in and participate in available auctions.
We need to inform the users of the bid price change (when a new bid is offered) via WebSocket to ensure real-time communication. ...