Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]