Skip to content

Commit

Permalink
fix blog landmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimhu1201 committed Dec 23, 2024
1 parent f52a9b8 commit d975c9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/blog/2022-06-29-welcome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ title: Welcome
authors: [WangpengL]
custom_edit_url: null
---
<main>

This is a site dedicated to showing developers what they can build with Azure Web PubSub through live demos. If a picture is worth a thousand words, a live demo is probably worth a lot more than that.

Azure Web PubSub is a cloud service that helps you build real-time messaging web applications using WebSockets and the publish-subscribe pattern easily. This real-time functionality allows publishing content updates between server and connected clients (for example a single page web application or mobile application). The clients do not need to poll the latest updates, or submit new HTTP requests for updates.

Check out the demos on the site and let us know what you think.

</main>
6 changes: 5 additions & 1 deletion website/blog/2023-11-20-web-pubsub-for-socket.io-ga/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors: [KevinG]
custom_edit_url: null
---

<main>

## **TL;DR**
Socket.IO library is natively supported on Azure.

Expand Down Expand Up @@ -88,4 +90,6 @@ Since public preview, we received positive feedback from developers and now we a
## **Resources and references**
- [:link: Socket.IO library documentation](https://socket.io/)
- [:link: Quickstarts to migrate an existing Socket.IO app on Azure](https://learn.microsoft.com/azure/azure-web-pubsub/socketio-quickstart)
- [:link: Internal: how does Azure solve the scalability challenge for Socket.IO developers](https://learn.microsoft.com/azure/azure-web-pubsub/socketio-service-internal)
- [:link: Internal: how does Azure solve the scalability challenge for Socket.IO developers](https://learn.microsoft.com/azure/azure-web-pubsub/socketio-service-internal)

</main>

0 comments on commit d975c9e

Please sign in to comment.