Skip to content

Commit db5fa8f

Browse files
authored
list formatting
1 parent bd768d9 commit db5fa8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-web-pubsub/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Azure Web PubSub Service makes it easy to build web applications where server an
1515
With the recent surge in interest in AI, Web PubSub has become an invaluable tool to developers building AI-enabled applications for token streaming. The service is battle-tested to scale to tens of millions of concurrent connections and offers ultra-low latency.
1616

1717
When an app's usage is small, developers typically opt for a polling mechanism to provide real-time communication between server and clients - clients send repeated HTTP requests to server over a time interval. However, developers often report that while polling mechanism is straightforward to implement, it suffers three important drawbacks.
18-
1. Outdated data.
19-
2. Inconsistent data.
20-
3. Wasted bandwidth and compute resources.
18+
- Outdated data.
19+
- Inconsistent data.
20+
- Wasted bandwidth and compute resources.
2121

2222
These drawbacks are the primary motivations that drive developers to look for alternatives. This article provides an overview of Azure Web PubSub service and how developers can use it to build real-time communication channel fast and at scale.
2323

0 commit comments

Comments
 (0)