Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-http-service-factory
https://github.com/vert-x3/vertx-http-service-factory
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-http-service-factory
- Owner: vert-x3
- License: apache-2.0
- Created: 2015-04-29T11:43:27.000Z (almost 10 years ago)
- Default Branch: 4.x
- Last Pushed: 2024-11-12T17:46:20.000Z (3 months ago)
- Last Synced: 2024-11-12T18:35:57.307Z (3 months ago)
- Language: Java
- Size: 263 KB
- Stars: 9
- Watchers: 24
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - HTTP Service Factory - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x HTTP Service Factory. (Service Factory)
README
== Vertx http service factory
image:https://github.com/vert-x3/vertx-http-service-factory/workflows/CI/badge.svg?branch=master["Build Status", link="https://github.com/vert-x3/vertx-http-service-factory/actions?query=workflow%3ACI"]
A service factory that deploys from HTTP servers
----
vertx run https://myserver.net/myverticle.zip
----Supports basic auth, client configuration (for ssl, etc...), proxy server support, local cache, signature verification
## Documentation
Follow this link:http://vertx.io/docs/vertx-http-service-factory/java/[link].