Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gran-software-solutions/gzip-rest-vertx
A vert.x web rest api demonstrating gzip compression
https://github.com/gran-software-solutions/gzip-rest-vertx
blog vertx
Last synced: 20 days ago
JSON representation
A vert.x web rest api demonstrating gzip compression
- Host: GitHub
- URL: https://github.com/gran-software-solutions/gzip-rest-vertx
- Owner: gran-software-solutions
- Created: 2023-05-16T14:30:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T14:33:30.000Z (over 1 year ago)
- Last Synced: 2024-11-01T02:23:31.665Z (2 months ago)
- Topics: blog, vertx
- Language: HTML
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gzip-rest-vertx
This application was generated using http://start.vertx.io
## Launching tests
```shell
./gradlew clean test
```## Packaging application
```shell
./gradlew clean assemble
```## Running application
```shell
./gradlew clean run
```This will start the application on port `8888`.
## 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]