Please visit the official site:
The main distribution of the framework is released under the liberal Apache Public License v2, so it is free to use for both commercial and non-commercial projects.
- Better documentation
- URL pattern support
- SSL support
- Hot reloading of changed classes
- Management/admin app for the server
- Refactor the configuration components
- Fork (and then
git clone https://github.com/<your-username-here>/rapidoid.git
). - Create a branch (
git checkout -b branch_name
). - Commit your changes (
git commit -am "Description of contribution"
). - Push the branch (
git push origin branch_name
). - Open a Pull Request.
- Thank you for your contribution! Wait for a response...