Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Quarkus | 11,509 | 88 | a day ago | 173 | September 14, 2022 | 2,113 | apache-2.0 | Java | ||
Quarkus: Supersonic Subatomic Java. | ||||||||||
Smallrye Reactive Messaging | 182 | 7 | 14 | 4 days ago | 88 | February 07, 2023 | 81 | apache-2.0 | Java | |
SmallRye Reactive Messaging | ||||||||||
Vertx In Action | 130 | 2 years ago | 3 | mit | Java | |||||
Examples for the Manning "Vert.x in Action" book | ||||||||||
Assembler | 105 | 6 | 2 days ago | 24 | June 07, 2022 | 4 | apache-2.0 | Java | ||
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem | ||||||||||
Redpipe | 67 | 1 | 11 | 4 years ago | 4 | October 03, 2018 | 27 | apache-2.0 | Java | |
Redpipe Web Framework | ||||||||||
Introduction To Eclipse Vertx | 58 | a year ago | 2 | apache-2.0 | Java | |||||
An introduction to Eclipse Vert.x - a toolkit to build reactive and distributed systems | ||||||||||
Vertx Mongo Client | 54 | 4 days ago | 33 | apache-2.0 | Java | |||||
Mongo Client for Eclipse Vert.x | ||||||||||
Microprofile Reactive Messaging | 48 | 4 | 7 months ago | 11 | August 01, 2022 | 18 | apache-2.0 | Java | ||
Elasticsearch Client | 38 | 1 | 2 years ago | 12 | December 15, 2020 | 3 | apache-2.0 | Java | ||
This client exposes the Elasticsearch Java High Level REST Client for Eclipse Vert.x applications. | ||||||||||
Hands On Enterprise Java Microservices With Eclipse Microprofile | 35 | 2 months ago | 2 | mit | Java | |||||
Hands-On Enterprise Java Microservices with Eclipse MicroProfile, published by Packt |
Redpipe is a Web Framework that unites the power and versatility of Eclipse Vert.x, the conciseness of JAX-RS (with Resteasy), and the non-blocking reactive composition of RxJava.
The main idea is that with Redpipe you write your endpoints in JAX-RS, using RxJava composition if you want, and underneath it all, Vert.x is running the show and you can always access it if you need it.
Redpipe is opinionated, favors convention over configuration, and lets you combine the following technologies easily to write reactive web applications:
More info at http://redpipe.net
$ cd docs
$ bundle exec jekyll serve
$ mvn -Prelease release:clean release:prepare release:perform