Skip to content

Commit 7d7c695

Browse files
Merge pull request #249751 from kevinguo-ed/socketio-preview
Added notice about Socket.IO in preview
2 parents 269c26a + 910c7ee commit 7d7c695

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

articles/azure-web-pubsub/socketio-overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,20 @@ ms.topic: how-to
1111

1212
# Overview of Web PubSub for Socket.IO
1313

14+
> [!NOTE]
15+
> Web PubSub for Socket.IO feature is in public preview. We welcome any feedback and suggestions. Please reach out to the service team at [email protected].
16+
1417
Web PubSub for Socket.IO is a fully managed cloud offering for [Socket.IO](https://socket.io/). Socket.IO is a widely popular open-source library for real-time messaging between clients and a server. Web PubSub for Socket.IO is a feature of the Azure Web PubSub service.
1518

1619
Managing stateful and persistent connections between clients and a server is often a source of frustration for Socket.IO users. The problem is more acute when multiple Socket.IO instances are spread across servers.
1720

1821
Web PubSub for Socket.IO removes the burden of deploying, hosting, and coordinating Socket.IO instances for developers. Development teams can then focus on building real-time experiences by using familiar APIs from the Socket.IO library.
1922

23+
## Simplified architecture
24+
Web PubSub for Socket.IO removes the need for an "adapter" server component when scaling out a Socket.IO app, allowing the development team to reap the benefits for a simplified architecture.
25+
26+
:::image type="content" source="./media/socketio-service-internal/typical-architecture-managed-socketio.jpg" alt-text="Screenshot of a typical architecture of a fully managed Socket.IO app.":::
27+
2028
## Benefits over hosting a Socket.IO app yourself
2129

2230
The following table shows the benefits of using the fully managed Azure service.

articles/azure-web-pubsub/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
href: howto-troubleshoot-common-issues.md
131131
- name: Move across regions
132132
href: howto-move-across-regions.md
133-
- name: Socket.IO
133+
- name: Socket.IO (preview)
134134
expanded: false
135135
items:
136136
- name: Overview

0 commit comments

Comments
 (0)