Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpeczek/demo.aspnetcore.streamjsonrpc
Sample project for demonstrating JSON-RPC 2.0 in ASP.NET Core
https://github.com/tpeczek/demo.aspnetcore.streamjsonrpc
asp-net-core json-rpc
Last synced: 19 days ago
JSON representation
Sample project for demonstrating JSON-RPC 2.0 in ASP.NET Core
- Host: GitHub
- URL: https://github.com/tpeczek/demo.aspnetcore.streamjsonrpc
- Owner: tpeczek
- License: mit
- Created: 2020-06-21T22:37:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T14:15:26.000Z (12 months ago)
- Last Synced: 2024-05-02T01:19:52.332Z (8 months ago)
- Topics: asp-net-core, json-rpc
- Language: C#
- Size: 19.5 KB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Demo.AspNetCore.StreamJsonRpc
Sample project for demonstrating JSON-RPC 2.0 in ASP.NET Core. You can read more here:
- [JSON-RPC in ASP.NET Core With StreamJsonRpc](https://www.tpeczek.com/2020/06/json-rpc-in-aspnet-core-with.html)
## Donating
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).
## Copyright and License
Copyright © 2020 - 2024 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Demo.AspNetCore.StreamJsonRpc/blob/main/LICENSE.md)