Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zubayear/green
few endpoints exposed as experimenting with vertx+eventbus
https://github.com/zubayear/green
consistent-hashing vertx vertx-eventbus
Last synced: 15 days ago
JSON representation
few endpoints exposed as experimenting with vertx+eventbus
- Host: GitHub
- URL: https://github.com/zubayear/green
- Owner: Zubayear
- Created: 2024-07-24T18:51:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T18:56:01.000Z (4 months ago)
- Last Synced: 2024-10-10T20:42:04.445Z (about 1 month ago)
- Topics: consistent-hashing, vertx, vertx-eventbus
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Green
image:https://img.shields.io/badge/vert.x-4.5.8-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Building
To launch your tests:
```
./mvnw clean test
```To package your application:
```
./mvnw clean package
```To run your application:
```
./mvnw clean compile exec:java
```== Help
* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://discord.gg/6ry7aqPWXy[Vert.x Discord]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]