Answer the question
In order to leave comments, you need to log in
What to do if the project grows to 4-6 applications?
Everything started out just fine. Learning Noda, all sorts of realtimes, sockets, caching, awesome practice with frontend frames...
But now my project has grown to 4 separate applications: frontend, a separate API for the frontend, the CMS admin panel front, and the CMS API itself. There are also plans for a separate home-made analytics service and a web socket server.
I am silent and do not ask about the deployment of this zoo (while I manage with bash scripts).
But it annoys me even locally every day to run 4 applications with handles purely for development)
How to organize work in such cases correctly? What advice can you give?
Answer the question
In order to leave comments, you need to log in
But it annoys me even locally every day to run 4 applications with handles purely for development)
Push everything into Docker containers and lift it with Docker Compose.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question