/PluginPlatform

Plugin-based deployments without server restarts.

Primary LanguageJavaMIT LicenseMIT

PluginPlatform

A proof of concept work to eliminate the need to restart the Server after every deployment. This experimental project is running on Vert.x HTTP Server where users can run any Java code by implementing a Plugin interface. Deployment can be done by uploading a compiled JAR where the Server utilizes the Java URLClassLoader to manage the code execution.