0
I would like to know exactly how a Rest API works for the files that are part of it. See if my understanding is correct: When it is on the server, running, there will be a file. EXE running listening to a certain port to receive requests, is that it? It will receive requests by the executable, and it can use classes, methods, etc. that are in the . DLL’s? The API communicates with other programs on the computer, or only with those it is expected to communicate with?
Anyway, several questions, but the main point is to know if there is an executable file running on the server receiving requests, or if the requests can be passed directly to a DLL.