Rapidoid is an extremely fast HTTP server and modern Java web framework / application container, with a strong focus on high productivity and high performance.
Please visit the official site:
Rapidoid is released under the liberal Apache Public License v2, so it is free to use for both commercial and non-commercial projects.
- Better documentation (work in progress)
- SSL support (coming soon in 5.4)
- RPC layer (high-level, POJO-based)
- Off-heap cache storage
- 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...