https://github.com/zero88/py-vertx-eventbus
https://github.com/zero88/py-vertx-eventbus
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zero88/py-vertx-eventbus
- Owner: zero88
- License: apache-2.0
- Created: 2020-11-29T06:39:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T06:47:05.000Z (over 5 years ago)
- Last Synced: 2025-01-03T13:34:49.897Z (about 1 year ago)
- Language: Kotlin
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Py-vertx-eventbus
image:https://img.shields.io/badge/vert.x-3.9.4-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Building
To launch your tests:
```
./gradlew clean test
```
To package your application:
```
./gradlew clean assemble
```
To run your application:
```
./gradlew clean run
```
== 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://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]