rsocket / rsocket-net

.NET implementation of RSocket
Apache License 2.0
252 stars 42 forks source link

Work in progress? #1

Closed markrendle closed 5 years ago

markrendle commented 5 years ago

Is this being worked on? With the new System.IO.Pipelines API this would be fantastic for .NET Core microservices.

If nobody's working on it I might have a hack at it.

rdegnan commented 5 years ago

Yes, RSocket.NET is actively being worked on. As of today we have an initial protocol implementation and WebSocket transport using System.IO.Pipelines. Much more coming soon, but if you have an interest in using this your comments/contributions would be very welcome -- feel free to reach out to me directly and I can share our roadmap.