implemented endpoints files of Non-blocking and blocking, reactive and asynchronous Java microservice with ReactiveJ and RxJava2
modification changes can be found in src folder
- reactive programming
- JSR 340 and servlets 3.1 specification
- advantages of reactive programming
- non-blocking embedded Jetty
- ReactiveJ non-blocking and asynchronous library
- develop of a synchronous and blocking app with ReactiveJ
- develop of a asynchronous and non blocking app with ReactiveJ and RxJava2