Question about REST API
Context : ground control in aerodrome
I have :
1) Console App where all aerodrome processes are happening
2) REST API should be as a messenger service between the business logic (console app from above) and any other part of the service
Let's admit I receive a request: "I want to land on your runway", after that I have to analyze the information about my runway (is that possible to land on rigth now ?) from business logic, and this business logic is a separate console app, and I don't understand how to use this console app from REST API ?
Or maybe it is a bad architecture initially ?
I have :
1) Console App where all aerodrome processes are happening
2) REST API should be as a messenger service between the business logic (console app from above) and any other part of the service
Let's admit I receive a request: "I want to land on your runway", after that I have to analyze the information about my runway (is that possible to land on rigth now ?) from business logic, and this business logic is a separate console app, and I don't understand how to use this console app from REST API ?
Or maybe it is a bad architecture initially ?
