Grpc-dotnet: Explore supporting other .NET languages

Created on 5 Feb 2019  路  5Comments  路  Source: grpc/grpc-dotnet

F#? VB? Let's make sure we don't paint ourselves into a corner in terms of supporting these languages while we work on the C# support.

Most helpful comment

I don't think there is anything in Grpc.AspNetCore.Server that would tie the framework to C#. And producing templates shouldn't be difficult. Grpc.Tools only codegenning C# is the main blocker.

All 5 comments

cc @shirhatti

FYI @KathleenDollard @cartermp

I'll follow up with more details.

Looking forward to it.

I don't think there is anything in Grpc.AspNetCore.Server that would tie the framework to C#. And producing templates shouldn't be difficult. Grpc.Tools only codegenning C# is the main blocker.

We support other languages via protobuf-net.Grpc. That framework builds on top of Grpc.AspNetCore.Server, and it lets you use C#, VB.NET, F# to build gRPC services.

Was this page helpful?
0 / 5 - 0 ratings