C
C#6h ago
cashen95

gRPC Windows Service

Have a requirement to run a gRPC server over named pipes as a windows service. Everything I see and have done before for windows services is using the WorkerService project template, however, i see all the gRPC server setups using a different template (one with WebApplication.CreateBuilder). Ideally the same service could be used to receive RPC calls from a webserver as well as hosting its own local server. Anyone have experience doing this and could provide a little guidance? Thank you in advance!
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?