Skip to content

Commit bd768d9

Browse files
authored
Made grammatical corrections
1 parent f68790f commit bd768d9

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
@@ -16,14 +16,14 @@ With the recent surge in interest in AI, Web PubSub has become an invaluable too
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.
1818
1. Outdated data.
19-
2. Inconsistenct data.
19+
2. Inconsistent data.
2020
3. 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

2424
## What is Azure Web PubSub service used for?
2525

26-
Any app scenario where updates at the data resource need to be delivered to other components across network can benefit from using Azure Web PubSub. As the name suggests, the service facilities the communication between a publisher and subscribers. A publisher is a component that publishes data updates. A subscriber is a component that subscrbes to data updates.
26+
Any app scenario where updates at the data resource need to be delivered to other components across network can benefit from using Azure Web PubSub. As the name suggests, the service facilities the communication between a publisher and subscribers. A publisher is a component that publishes data updates. A subscriber is a component that subscribes to data updates.
2727

2828
Azure Web PubSub service is used in a multitude of industries and app scenarios where data is time-sensitive. Here's a partial list of some common use cases.
2929

@@ -42,7 +42,7 @@ Azure Web PubSub service is used in a multitude of industries and app scenarios
4242

4343
**Built-in support for large-scale client connections and highly available architectures:**
4444

45-
Azure Web PubSub service is designed for large-scale, real-time applications. With a single Web PubSub resource, it can scale to one million concurrent connections, which is sufficient for most cases. When multiple resources are used together, the service allows you to scale beyond one million concurrent connections. Meanwhile, it also supports multiple global regions for sharding, high availability, or disaster recovery purposes.
45+
Azure Web PubSub service is designed for large-scale, real-time applications. With a single Web PubSub resource, it can scale to 1 million concurrent connections, which is sufficient for most cases. When multiple resources are used together, the service allows you to scale beyond 1 million concurrent connections. Meanwhile, it also supports multiple global regions for sharding, high availability, or disaster recovery purposes.
4646

4747
**Support for a wide variety of client SDKs and programming languages:**
4848

0 commit comments

Comments
 (0)