Skip to content

Commit ac34fd2

Browse files
authored
Merge pull request #288948 from kevinguo-ed/kevin/socketio
Added comparison diagram between default and serverless modes in Web P…
2 parents 0dbca76 + de39489 commit ac34fd2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
179 KB
Loading

articles/azure-web-pubsub/socket-io-serverless-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Socket.IO is a library that enables real-time, bidirectional, and event-based co
1616
With the increasing adoption of serverless computing, we're introducing a new mode: Socket.IO Serverless mode. This mode allows Socket.IO to function in a serverless environment, handling communication logic through RESTful APIs or webhooks, offering a scalable, cost-effective, and maintenance-free solution.
1717

1818
## Differences Between Default Mode and Serverless Mode
19+
20+
:::image type="content" source="./media/socket-io-serverless-overview/socket-io-serverless-default-modes.jpg" alt-text="Diagram of how the default mode compares with the serverless when using Web PubSub for Socket.IO.":::
21+
1922
| Feature | Default Mode | Serverless Mode |
2023
|------------|------------|------------|
2124
|Architecture|Use persistent connection for both servers and clients | Clients use persistent connections but servers use RESTful APIs and webhook event handlers in a stateless manner|

0 commit comments

Comments
 (0)