Skip to content

auryn31/spring-async-rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Rest Example

Here is an example of an asynchronus rest endpoint with rxjava and kotlin in spring boot/vert.x/quarkus/helidon

Full article:

Medium English

Medium Deutsch

itemis Deutsch

RESULT

carloader.gif

locust

locust --host=http://localhost:8080

Current implemented backends

  • vertx
  • quarkus
  • helidon
  • spring boot

TODO

  • micronaut
  • wildfly
  • Dropwizard
  • Spark Framework