volvic
volvic
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
this is my first post, the community here is awesome ! πŸ™‚
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
many thanks to you, it is much clearer @TeBeConsulting !
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
api with post get etc => request which will be handled by grpc and return the data
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
yes thats really practical. I was a bit hesitating about using already created templates but this should be the simplest to understand
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
yes, its the template
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
and I need to wrap it with API
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
I see ! so I need to change my code for protobufs => this will help me create my clients and my server
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ Create a HostedService using BackgroundService to listen to requests
what do you mean by bcksvc?
59 replies
CC#
Created by volvic on 12/16/2022 in #help
❔ 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
CC#
Created by volvic on 12/16/2022 in #help
❔ 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