Skip to content

Commit 8a522e2

Browse files
committed
Merge pull request akullpp#179 from deephacks/reactive
Reactive
2 parents 11fa610 + 455f6ff commit 8a522e2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
3939
- [Networking](#networking)
4040
- [ORM](#orm)
4141
- [PDF](#pdf)
42+
- [Reactive libraries](#reactive-libraries)
4243
- [REST Frameworks](#rest-frameworks)
4344
- [Science](#science)
4445
- [Search](#search)
@@ -177,7 +178,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
177178
* [JHipster](https://github.com/jhipster/generator-jhipster) - A [Yeoman](http://yeoman.io/) source code generator to create Java applications based on [Spring Boot](http://projects.spring.io/spring-boot/) and [AngularJS](https://angularjs.org/).
178179
* [JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys.
179180
* [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java.
180-
* [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM.
181181
* [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Another class reloading agent for the JVM.
182182
* [vert.x](http://vertx.io/) - Polyglot event-driven application framework for the JVM.
183183

@@ -256,7 +256,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
256256
* [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps.
257257
* [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections.
258258
* [Javolution](http://javolution.org/) - Library for real-time and embedded systems.
259-
* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications.
260259
* [Trove](http://trove.starlight-systems.com/) - Primitive collections.
261260

262261
## IDE
@@ -400,6 +399,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
400399
* [YourKit Java Profiler](https://www.yourkit.com/features/) - Commercial Java profiler.
401400
* [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications.
402401

402+
## Reactive libraries
403+
404+
*Libraries for developing reactive applications.*
405+
406+
* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications.
407+
* [Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm/) - Provide a standard for asynchronous stream processing with non-blocking backpressure.
408+
* [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM.
409+
403410
## REST Frameworks
404411

405412
*Frameworks specifically for creating RESTful services.*

0 commit comments

Comments
 (0)