Skip to content

Commit 337c945

Browse files
Merge pull request #249771 from kevinguo-ed/socketio-support
Introduced Azure's native support for Socket.IO
2 parents fedfd6d + ba2309a commit 337c945

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cloud-services/cloud-services-nodejs-chat-app-socketio.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.custom: compute-evergreen, devx-track-js
1414

1515
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
1616

17+
> [!TIP]
18+
> Socket.IO is now natively supported on Azure. To scale out a Socket.IO app to handle thousands of connections, it is often frustrating. Now that Azure natively supports Socket.IO, you can let Azure handle scalability and availability. [Learn more about how you can get any Socket.IO app running on Azure with a few lines of code](https://learn.microsoft.com/azure/azure-web-pubsub/socketio-overview).
19+
1720
Socket.IO provides real time communication between your Node.js
1821
server and clients. This tutorial walks you through hosting a
1922
socket.IO based chat application on Azure. For more information

0 commit comments

Comments
 (0)