https://github.com/jamesnk/blazorserialization
https://github.com/jamesnk/blazorserialization
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesnk/blazorserialization
- Owner: JamesNK
- License: mit
- Created: 2020-09-27T10:11:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T15:37:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T09:32:43.832Z (28 days ago)
- Language: C#
- Size: 245 KB
- Stars: 31
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor serialization
This repo contains a Blazor WebAssembly app that compares the time to load data from JSON and gRPC-Web endpoints. Recorded time includes getting data from the server and deserializing it in WebAssembly.
Requires .NET 5 RC2 daily SDK or later. Available [here](https://github.com/dotnet/installer/blob/master/README.md#installers-and-binaries).
Usage:
1. Run server project
2. Open browser at `https://localhost:5001/` if not already opened.
3. Compare loading data on the **Fetch data** page