Tag Archives: Database Sharding

Separating the Web Server from the API Server

It is always a good idea to separate the web server (normally used to host the front-end UI/site) to its APIs. This has several advantages: Avoid the Single Point of Failures If you have only 1 server that acts as both Front-end and Back-end, when the server goes down, it is down. And it is Continue Reading »