Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zandero/rest.vertx.example

Example project showcasing rest.vertx usage
https://github.com/zandero/rest.vertx.example

example examples vertx

Last synced: 4 days ago
JSON representation

Example project showcasing rest.vertx usage

Awesome Lists containing this project

README

        

# rest.vertx showcase
Example project showcasing [rest.vertx](https://github.com/zandero/rest.vertx,rest.vertx) usage

> **NOTE:** For demonstration purposes only, **DO NOT USE** in production environment unless you know what you do!

## Quick run
Build
> mvn clean install

Run
> java -jar target/rest.vertx.example.jar

By default the example server starts on port: 4444, alternatively you can select a different port:
> java -jar target/rest.vertx.example.jar -p 5555

Test
> curl http://localhost:4444/api/echo

See all available examples on: [http://localhost:4444/](http://localhost:4444/)