Monolith Platform
-- mins to read
What is it?
My monolith platform is a streamlined codebase that allows me to develop and host backend servers for various projects. The goals are to:
- Host everything for free, or as little as possible.
- Independently scale any module, just in case we go viral.
A big part of the architecture of the codebase is influenced by these goals. For example, I had to move away from a multi-module Maven application because it strayed away from my goal of independent scalability.
After a lot of trial and error, I settled on the following setup.

asd