https://github.com/tpeczek/demo.aspnetcore.rsocket
POC application trying to run RSocket server on top of ASP.NET Core primitives for non-HTTP servers
https://github.com/tpeczek/demo.aspnetcore.rsocket
asp-net-core rsocket
Last synced: about 2 months ago
JSON representation
POC application trying to run RSocket server on top of ASP.NET Core primitives for non-HTTP servers
- Host: GitHub
- URL: https://github.com/tpeczek/demo.aspnetcore.rsocket
- Owner: tpeczek
- License: mit
- Created: 2019-08-18T15:41:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T13:42:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:19:51.683Z (over 1 year ago)
- Topics: asp-net-core, rsocket
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Demo.AspNetCore.RSocket
POC application trying to run RSocket server on top of ASP.NET Core primitives for non-HTTP servers. You can read more here:
- [Trying to Run RSocket Server with RSocket.NET and ASP.NET Core Primitives for Non-HTTP Servers](https://www.tpeczek.com/2019/08/trying-to-run-rsocket-server-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 © 2019 - 2024 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Demo.AspNetCore.RSocket/blob/master/LICENSE.md)