Skip to content

Commit fd92193

Browse files
Merge pull request #288947 from kevinguo-ed/kevin/whatsnew
Updated what's new
2 parents a0fe345 + 24a79fe commit fd92193

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

articles/azure-web-pubsub/whats-new.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ ms.custom: mode-other
1313

1414
On this page, you can read about recent updates about Azure Web PubSub. As we make continuous improvements to the capabilities and developer experience of the service, we welcome any feedback and suggestions. Reach out to the service team at **[email protected]**
1515

16+
## Q3 2024
17+
18+
### Serverless mode for Socket.IO in public preview
19+
20+
This new serverless mode eliminates the need for developers to maintain persistent connections on their application servers, offering a more streamlined and scalable approach. In addition to the existing **default mode**, developers can now deploy Socket.IO applications in a serverless environment using Azure Functions. This provides a stateless, highly scalable infrastructure, simplifying the development of real-time features while reducing both operational costs and maintenance overhead.
21+
22+
This capability is not natively supported by [Socket.IO library](http://socket.io) and is made possible by Azure Web PubSub for Socket.IO. It is part of our ongoing commitment to enhancing Socket.IO developers' experience and simplifying developing real-time applications.
23+
24+
> [!div class="nextstepaction"]
25+
> [Learn more about serverless mode for Socket.IO](./socket-io-serverless-overview.md)
26+
27+
## Q2 2024
28+
29+
### MQTT support in public preview
30+
Web applications that communicate using MQTT over WebSocket can seamlessly connect to Azure Web PubSub to publish and receive messages. The service recognizes and translates MQTT messages into its native protocol, enabling cross-communication between MQTT web clients and other Web PubSub clients.
31+
32+
This new capability addresses two key use cases:
33+
- **Real-time Applications With Mixed Protocols**: You can allow clients using different real-time protocols to exchange data through the Azure Web PubSub service.
34+
- **Support For Additional Programming Languages**: You can use any MQTT library to connect with the service, making it possible to integrate with applications written in languages like C++, beyond the existing SDKs in C#, JavaScript, Python, and Java.
35+
36+
> [!div class="nextstepaction"]
37+
> [Learn more about MQTT support](./overview-mqtt.md)
1638
1739
## Q1 2024
1840

0 commit comments

Comments
 (0)