volvic
β Create a HostedService using BackgroundService to listen to requests
yes, the usecase is to send requests(create account/deposit/withdraw money) and server reply with the data. I aim from the simplest and classic implementation of this, but not using grpc. The project manager wishes to test it by making api calls using swagger or other tool
59 replies
β Create a HostedService using BackgroundService to listen to requests
Now that you are asking⦠I re-used the Host logic from my Grpc project (create the server wit host port) in the ExecuteAsync method, thinking it would work too
So the classic way is to create endpoints using API to create my server side ?
59 replies