In my last article, we implemented a memory cache to cache Angular SSR routes using the memory-cache package which we used to cache Angular universal rendered routes in the NodeJS backend.
But there is a problem here.
We want to scale our application to be able to serve more users.