Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsantoss/poc.grpc
This application contains an example of using grpc and an example of rest in order to compare
https://github.com/lsantoss/poc.grpc
asp-net-core-mvc asp-net-core-web-api bootstarp csharp docker grpc net-5 nunit rest sql-server
Last synced: about 2 months ago
JSON representation
This application contains an example of using grpc and an example of rest in order to compare
- Host: GitHub
- URL: https://github.com/lsantoss/poc.grpc
- Owner: lsantoss
- License: mit
- Created: 2022-05-20T22:02:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T16:13:07.000Z (over 1 year ago)
- Last Synced: 2023-09-04T18:03:12.916Z (over 1 year ago)
- Topics: asp-net-core-mvc, asp-net-core-web-api, bootstarp, csharp, docker, grpc, net-5, nunit, rest, sql-server
- Language: C#
- Homepage:
- Size: 873 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# POC.Grpc
## Application:
This application contains an example of an api configured to provide grpc and rest services.Also having a front-end application that contains examples of consumption of grpc and rest services.
And finally, a class library that centralizes the contracts for the grpc services.
---
## Frameworks:
- .Net 5---
## Dependencies:
- Dapper
- Google.Protobuf
- Grpc.AspNetCore.Server
- Grpc.Net.ClientFactory
- Grpc.Tools
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
- Microsoft.VisualStudio.Azure.Containers.Tools.Targets
- Microsoft.VisualStudio.Web.CodeGeneration.Design
- Newtonsoft.Json
- Swashbuckle.AspNetCore
- System.Data.SqlClient## Dependencies (Test projects):
- coverlet.collector
- Microsoft.Extensions.Configuration.Json
- Microsoft.NET.Test.Sdk
- NUnit
- NUnit.Analyzers
- NUnit3TestAdapter