https://github.com/quarkusio/virtual-threads-demos
A set of Quarkus applications utilizing virtual threads
https://github.com/quarkusio/virtual-threads-demos
Last synced: 4 months ago
JSON representation
A set of Quarkus applications utilizing virtual threads
- Host: GitHub
- URL: https://github.com/quarkusio/virtual-threads-demos
- Owner: quarkusio
- License: apache-2.0
- Created: 2023-09-08T07:57:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T13:56:15.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:38:17.491Z (4 months ago)
- Language: Java
- Size: 1.22 MB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtual-threads-demos
A set of Quarkus applications utilizing virtual threads
**IMPORTANT:** You need Java 21 to build and run the demos.
## Build the demos
Each demo contains a `justfile` providing the main _recipes_ to build and run the demos.
We recommend [just]https://github.com/casey/just to run the demo.
Alternatively, you can run the command manually.```shell
> just build # Build the application
> just dev # Run the application in dev mode
> just run # Build an run the application
```