Skip to content

yaykuy/vertx-loader

Repository files navigation

vertx-loader :: Vert.x Server Loader

Dependencies

No dependencies on other modules

Name

The module name is loader.

Configuration

This busmod takes the following configuration:

// Vert.x Server Loader JSON config file
{
//Module and Verticle loading config
"appConfig" :{
	//Module loading		
	"modules" :{
		
	},
	//Own verticles loading
	"verticles"	: {

	},
	//Last verticle to start. Server verticle
	"serverVerticle"	: ""
}

//Modules and verticles config

}

For example: {

}        

Let's take a look at each field in turn:

##Actions

(none)

Build Status

Build Status

About

Vert.x Server Loader

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published