Update introduction.md (#23542)
* Update introduction.md According to rfc7118, it should be 'WebSocket'(without ending 's') instead of 'WebSockets' * Update aspnetcore/signalr/introduction.md Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>pull/23565/head
parent
4c11e9ea10
commit
fa223c29ae
|
@ -37,7 +37,7 @@ The source is hosted in a [SignalR repository on GitHub](https://github.com/dotn
|
|||
|
||||
SignalR supports the following techniques for handling real-time communication (in order of graceful fallback):
|
||||
|
||||
* [WebSockets](https://tools.ietf.org/html/rfc7118)
|
||||
* [WebSockets](xref:fundamentals/websockets)
|
||||
* Server-Sent Events
|
||||
* Long Polling
|
||||
|
||||
|
|
Loading…
Reference in New Issue