Web application design with distributed servers
- by Bonn
I want to build a web application/server with this structure:
main-server
sub-server
transaction-server (create, update, delete)
view-server (view, search)
authentication-server
documents-server
reporting-server
library-server
e-learning-server
The main-server acts as host server for sub-server.
I can add many sub-servers and connect it…