2 hours ago
We are planning to develop a system for an internal company service (ticket tracking, user management, and integrations with various external services). The developers suggest building it using modern JavaScript/Node.js with a modular structure and APIs, so that functionality can be easily extended and new services can be integrated later. However, I am not fully sure how justified this approach is in the long term compared to simpler off-the-shelf solutions or a monolithic system. Has anyone worked with something like this, and what is usually chosen at the start, and what should be taken into account?
