Project Awesome project awesome

HTTP Service Factory

Vert.x HTTP Service Factory.

Package 9 stars GitHub

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

Back to Vert.x