How To Split a Monolith Into Microservices with Jitar
<p>In my previous article, I wrote about my journey towards a just-in-time architectural style that enabled me to split up a monolith into microservices without refactoring. The key solution I found was a combination of automated API creation and a flexible segmentation strategy. This has led to the creation of Jitar, a distributable runtime for JavaScript (and TypeScript) applications.</p>
<p>In this article, I want to dive deeply into building a splittable monolith and split it into microservices using the Jitar runtime. We’ll use the small online store example from the previous article. I recommend reading the previous article if you haven’t done that yet, but it isn’t required. The application and transformation will be explained step by step so you can follow along. The final result is also available on GitHub.</p>
<p><a href="https://medium.com/better-programming/how-to-split-a-monolith-into-microservices-with-jitar-95caf6f81e08"><strong>Read More</strong></a></p>