Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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].