Skip to content

A bidding features real-time countdown timers for auction groups, synchronized across multiple instances using Redis. It leverages WebSockets for live bid updates and notifications, with an event-driven architecture powered by Vert.x. Scalable and designed for high-concurrency environments.

Notifications You must be signed in to change notification settings

dewantrie/ws-countdown-with-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ws-countdown-with-redis

This project uses Quarkus. To scale the countdown timer across multiple backend instances, all instances must be aware of the timers and maintain consistency in real-time.

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev

NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.

About

A bidding features real-time countdown timers for auction groups, synchronized across multiple instances using Redis. It leverages WebSockets for live bid updates and notifications, with an event-driven architecture powered by Vert.x. Scalable and designed for high-concurrency environments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages