Ryan Britton
My feedback
7 results found
-
83 votes
Ryan Britton supported this idea ·
-
231 votes
ServiceStack Studio is becoming our Desktop UI to inspect & manage multiple remote ServiceStack instances which now has a new User Admin Module where you can Create / Modify / Delete / Lock users, available now in the v5.10 release:
Ryan Britton supported this idea ·
-
6 votes
Ryan Britton supported this idea ·
-
84 votes
Ryan Britton supported this idea ·
-
8 votes
Ryan Britton supported this idea ·
-
151 votes
The way ServiceStack and SignalR will be able to integrate in future will be through .NET Core’s IApplicationBuilder pipeline which by design supports running multiple frameworks within the same App that can now share the same default route namespace.
From the v4.5.2, ServiceStack now supports running on .NET Core, please see the guide in the full release notes which shows how to register ServiceStack’s AppHost in .NET Core: http://docs.servicestack.net/releases/v4.5.2.html
SignalR for .NET Core has yet to be released but it’s expected you’ll be able to access SignalR via its dependencies registered in .NET Core’s Startup which will also be injected in your Services like normal IOC dependencies.
We’ll update this feature request again with an example showing a demo of ServiceStack + SignalR together in the same App once SignalR is available on .NET Core in 2017.
An error occurred while saving the comment -
3 votes
Ryan Britton shared this idea ·
you mention in your comment that the SSE integration extends to the client libraries - how is this accessible, Demis? I can only see info for javascript clients....