https://github.com/tipsy/javalin-async-example
https://github.com/tipsy/javalin-async-example
asynchronous-programming javalin web-server
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tipsy/javalin-async-example
- Owner: tipsy
- License: apache-2.0
- Created: 2018-04-12T21:35:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T13:38:20.000Z (over 4 years ago)
- Last Synced: 2025-03-24T19:46:57.976Z (11 months ago)
- Topics: asynchronous-programming, javalin, web-server
- Language: HTML
- Homepage: https://javalin.io
- Size: 19.5 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# javalin-async-example
This repo contains a benchmarking tool created for playing around with futures in [Javalin](https://javalin.io).
It's only intended as an illustration of the concepts of running requests asynchronously. Since your browser is being used
as a benchmarking tool results will become wildly inaccurate if you try to send too many requests.
