Skip to content

Mention SignalR Service explicitly in NPM README #12924

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

Merged

Conversation

anthonychu
Copy link
Contributor

Summary of the changes (Less than 80 chars)

  • Explicitly mention that this client works for SignalR Service and link to more docs on serverless usage

@@ -1,4 +1,4 @@
JavaScript and TypeScript clients for SignalR for ASP.NET Core
JavaScript and TypeScript clients for SignalR for ASP.NET Core and Azure SignalR Service
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this is implied though. Probably no harm in adding it but is it necessary?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As someone who didn't know about Azure SignalR Service, it was unclear to me 😅

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough lol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I found through a discussion with @bnb and others that if someone landed on the NPM page while searching for how to use SignalR with Functions, they hit a dead-end because the text suggests that this package only works with ASP.NET Core SignalR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sort of with @mikaelm12 on this in that i feel like it is implied, but @bnb makes a good point as always so i'm also in line with @mikaelm12's flexibility. 👍

@@ -14,6 +14,8 @@ yarn add @microsoft/signalr

See the [SignalR Documentation](https://docs.microsoft.com/en-us/aspnet/core/signalr) at docs.microsoft.com for documentation on the latest release. [API Reference Documentation](https://docs.microsoft.com/javascript/api/%40aspnet/signalr/?view=signalr-js-latest) is also available on docs.microsoft.com.

For documentation on using this client with Azure SignalR Service and Azure Functions, see the [SignalR Service serverless developer guide](https://docs.microsoft.com/azure/azure-signalr/signalr-concept-serverless-development-config).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Eilon Eilon added the area-signalr Includes: SignalR clients and servers label Aug 6, 2019
@analogrelay analogrelay added this to the 5.0.0-alpha1 milestone Aug 7, 2019
@mikaelm12
Copy link
Contributor

cc @bradygaster

@mikaelm12
Copy link
Contributor

@anthonychu I'll merge this after the build I just kicked off passes.

@BrennanConroy BrennanConroy merged commit dee93d9 into dotnet:master Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants