Question
Recommended plan for a REST API with Spring, MySql, and Tomcat?
I want to make one or more REST API services with Spring, MySql, and Tomcat.
What would be the recommended plan be? Expecting very little traffic.
I noticed that the 5$ plan had some troubles keeping up with only me querying the service.
And if I would like to deploy more than one REST API, all with little to no traffic. Is it recommended to use a different plan for every REST API? Or can I put them all in the same Tomcat Java Servlet Container, using one plan?
What would be the minimum requirement/plan for running Tomcat, Spring, and MySql smoothly?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×