Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 478 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 478 Bytes

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/.