eddyrick
Architecture help
ah sorry, I mean physical boundaries so in this example (which is the same for all 'applications' across our platform):
UI (Angular) sits on our Web server
API (.Net) lives on our API server
Server (.Net console as Windows Service) lives on one of our APP Servers
the common path would be:
UI > API via HTTP Get/Post
API > Windows Service via MessageBus
24 replies