Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizrael/blazoranddragons
D&D 5e API client written in .NET Core with Blazor and GRPC
https://github.com/mizrael/blazoranddragons
asp-net-core blazor blazor-client blazor-webassembly dotnet-core grpc grpc-client grpc-server grpc-web
Last synced: about 1 month ago
JSON representation
D&D 5e API client written in .NET Core with Blazor and GRPC
- Host: GitHub
- URL: https://github.com/mizrael/blazoranddragons
- Owner: mizrael
- License: apache-2.0
- Created: 2020-06-23T21:46:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:40:19.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:51:11.874Z (7 months ago)
- Topics: asp-net-core, blazor, blazor-client, blazor-webassembly, dotnet-core, grpc, grpc-client, grpc-server, grpc-web
- Language: C#
- Homepage: https://www.davideguida.com/how-to-consume-dd-rest-api-over-grpc-web-blazor-part-1-the-client/
- Size: 222 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor & Dragons
This is a very simple application consuming the publicly available D&D 5e API https://www.dnd5eapi.co/ , written with .NET Core .
The UI is written using Blazor and is communicating to the backend using gRPC.