This is a Java Plugin API to handle WebSocket Servers.
I want to be able to quickly get WebSocket Servers up and running, with the ability to add and remove features quickly, and reliably. With this, I can simply add a plugin, and I suddenly have a lot more functionality within a plugin.
To compile, clone this repo, and cd
into the root directory of the repo.
Then run
mvn clean install
This should build the project.
This project does have a couple of dependencies which are not on any maven library. You'll have to Clone and compile ConverterTools.
If you find any issues with this project, feel free to submit an issue on the Issues tab, or help develop this.
Feel free to submit any pull request with any improvements. I will not merge any new plugins into this repo, but any improvements to the system, are greatly appreciated!