KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vertx-service-factory
★ 24
Open GitHub ↗
Service Factory implementation
Download README (.md)
Explore Similar Repositories
prompt-autocomplete
:
[UNMAINTAINED] A prompt in the terminal, but with autocomplete? A Node.js module
toggle
:
golang feature toggle library - a library to help make golang feature toggling clean and easy
gallery
:
user profile directory
node-ansiparser
:
ANSI escape sequence parser for node.js and the browser.
StopCrashing
:
Script to detect possible sources of crashes in Xamarin apps
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vertx-service-factory
?
Download (.md)
# Vert.x Service Factory [](https://github.com/vert-x3/vertx-service-factory/actions?query=workflow%3ACI) This is a `VerticleFactory` implementation which deploys a verticle given a service name. The service name is used to lookup a JSON descriptor file which determines the actual verticle that is to be deployed, and can also contain deployment options for the verticle such as whether it should be run as a worker, and default config for the service. Please see the main documentation on the web-site for a full description: * [Web-site documentation](https://vertx.io/docs/vertx-service-factory/java/)