I’ll introduce the benefits and drawbacks of separating API servers.
I’m developing a web service that hosts two types of web services (SPAs): one for general users (toC) and one for admin panel (toE), each with separate domains.
The APIs called by these SPAs use the same source code, but I received advice on the benefits and drawbacks of whether to host them on separate domains or use them commonly, which I’ll share.
That’s all from wanting to understand the benefits and drawbacks of separating API servers from the Gemba.