We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2154eb4 + 2e8f079 commit 5e42ef8Copy full SHA for 5e42ef8
articles/azure-web-pubsub/concept-service-internals.md
@@ -12,7 +12,7 @@ ms.date: 08/21/2024
12
13
Azure Web PubSub Service provides an easy way to publish/subscribe messages using simple [WebSocket](https://tools.ietf.org/html/rfc6455) connections.
14
15
-- Clients can be written in any language that has Websocket support.
+- Clients can be written in any language that has WebSocket support.
16
- Both text and binary messages are supported within one connection.
17
- A simple protocol allows clients to publish massages directly to each other.
18
- The service manages the WebSocket connections for you.
0 commit comments