43375f464f
Co-authored-by: vicancy <vicancy@users.noreply.github.com> |
||
---|---|---|
.github | ||
docs | ||
eng/copilot | ||
experimental/sdk | ||
protocols | ||
samples | ||
sdk | ||
tests/integration-tests | ||
tools | ||
website | ||
.DS_Store | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
Readme.md | ||
SECURITY.md | ||
microsoft.png | ||
package.json | ||
yarn.lock |
Readme.md
Azure Web PubSub
Overview
Azure Web PubSub enables you to build real-time messaging web applications using WebSockets and the publish-subscribe pattern. Any platform supporting WebSocket APIs can connect to the service easily, e.g. web pages, mobile applications, edge devices, etc. The service manages the WebSocket connections for you and allows up to 100K *concurrent connections. It provides powerful APIs for you to manage these clients and deliver real-time messages.
Scenarios
Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients, can use Azure Web PubSub service. Traditional real-time features that often require polling from server or submitting HTTP requests, can also use Azure Web PubSub service.
Quickstart
Eager to get started? Check Quickstart to get started!
Step-by-step tutorials
- Publish and subscribe messages
- Create a chat app
- Publish and subscribe messages between WebSocket clients using subprotocol
Integrate with Azure Function
- Tutorial: Create a serverless notification app with Azure Functions
- Tutorial: Create a serverless chat with Azure Functions
- Function bindings
Troubleshooting Guidance
Here contains the details.
References
- Client-side
- Serve-side
- Service Internals
- Client Spec
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.