Sharing gRPC ProtoBuf contracts using a REST endpoint
![Developer Support](https://devblogs.microsoft.com/premier-developer/wp-content/uploads/sites/31/2021/08/devsupport-96x96.jpg)
One of the challenges of implementing gRPC services is distributing the required ProtoBuf contracts and updates to clients. Delivering the contracts using a URL can make the services easier to use and discover. Learn how you can use ASP.NET Core static files middleware to distribute your proto files.