-
Notifications
You must be signed in to change notification settings - Fork 25.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignalR for ASP.NET Core 2.1 Container issue #5389
Comments
I'm going to throw some notes in various comments here so we don't lose track of them:
|
It would be great to have docs for the lower layers (Sockets and Protocols). |
Agree completely, it's just going to be a matter of prioritization :). That layer is the core of what's brand new in SignalR, so we'll want to document it well. |
Hi, Any tutorials for Signalr core 2.1 authentication & authorization ? I'm facing with one issue in Signalr core 2.1 that I already pasted here: |
@redplane Docs for that are coming in a future sprint. I believe the one after this. We will keep this updated. |
@rachelappel please update. |
Closing this master issue. We can create a SignalR project that spans multiple issues. |
Announcing SignalR (alpha) for ASP.NET Core 2.0 blog
Per
@BrennanConroy
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/ would be a good start, plus the 2 blog posts we made for the Alpha releases at
https://blogs.msdn.microsoft.com/webdev/2017/09/14/announcing-signalr-for-asp-net-core-2-0/
https://blogs.msdn.microsoft.com/webdev/2017/10/09/announcing-signalr-for-asp-net-core-alpha-2/
The first tutorial is super simple and we have a working sample of it using AspNetCore + SignalR Core at https://github.com/aspnet/SignalR-samples/tree/master/ChatSample/ChatSample
You can request review from davidfowl, BrennanConroy, anurse, and mikaelm12 when making PR’s for the docs and we’ll be glad to give our feedback.
The text was updated successfully, but these errors were encountered: