Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
/ Grpc Public archive

A proof of concept for a way to implement gRPC services in a code first way using C# and .NET Core.

License

Notifications You must be signed in to change notification settings

CodingMilitia/Grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

A proof of concept for a way to implement gRPC services in a code first way using C# and .NET Core.

My initial idea was just create some helpers to host gRPC services in a similar way to ASP.NET Core, but then came across this article by Horusiath.

Also the initial idea to create something akin to IWebHost for a console application is also not required, as we have a IHostedService in .NET Core 2.1.

Some notes

The code only covers the most basic of scenarios, is not really well organized right now, need to review visibilities, naming, docs, etc.

Right now I'm just getting a feel if something interesting and useful can be achieved.

If even in this form you can see something that could make all this shenanigans much better and useful, feel free to let me know.

About

A proof of concept for a way to implement gRPC services in a code first way using C# and .NET Core.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published