Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zandero/rest.vertx.example
- Owner: zandero
- License: apache-2.0
- Created: 2017-11-18T16:50:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:24:10.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T11:34:09.079Z (7 months ago)
- Topics: example, examples, vertx
- Language: Java
- Size: 45.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installRun
> java -jar target/rest.vertx.example.jarBy default the example server starts on port: 4444, alternatively you can select a different port:
> java -jar target/rest.vertx.example.jar -p 5555Test
> curl http://localhost:4444/api/echoSee all available examples on: [http://localhost:4444/](http://localhost:4444/)