All Projects → Azure → azure-webpubsub

Azure / azure-webpubsub

Licence: MIT license
Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to azure-webpubsub

Centrifugo
Scalable real-time messaging server in a language-agnostic way. Set up once and forever.
Stars: ✭ 5,649 (+6468.6%)
Mutual labels:  real-time, pubsub
Wampsharp
A C# implementation of WAMP (The Web Application Messaging Protocol)
Stars: ✭ 355 (+312.79%)
Mutual labels:  real-time, pubsub
Centrifuge
Real-time messaging library for Go with scalability in mind
Stars: ✭ 446 (+418.6%)
Mutual labels:  real-time, pubsub
Autobahn Js
WAMP in JavaScript for Browsers and NodeJS
Stars: ✭ 1,345 (+1463.95%)
Mutual labels:  real-time, pubsub
Autobahn Java
WebSocket & WAMP in Java for Android and Java 8
Stars: ✭ 1,467 (+1605.81%)
Mutual labels:  real-time, pubsub
Autobahn Cpp
WAMP for C++ in Boost/Asio
Stars: ✭ 231 (+168.6%)
Mutual labels:  real-time, pubsub
Autobahn Python
WebSocket and WAMP in Python for Twisted and asyncio
Stars: ✭ 2,305 (+2580.23%)
Mutual labels:  real-time, pubsub
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (-2.33%)
Mutual labels:  real-time, pubsub
rclex
Rclex: ROS 2 Client Library for Elixir
Stars: ✭ 77 (-10.47%)
Mutual labels:  pubsub
watermill-amqp
AMQP Pub/Sub for the Watermill project.
Stars: ✭ 27 (-68.6%)
Mutual labels:  pubsub
Werk
High-throughput / low-latency C++ application framework
Stars: ✭ 30 (-65.12%)
Mutual labels:  real-time
Channelize-iOS-Chat-SDK-Sample
Open-source JavaScript SDK to enable Real-time Messaging
Stars: ✭ 30 (-65.12%)
Mutual labels:  real-time
php-pubsub-kafka
A Kafka adapter for the php-pubsub package
Stars: ✭ 26 (-69.77%)
Mutual labels:  pubsub
u-observers
Simple and powerful implementation of the observer pattern.
Stars: ✭ 31 (-63.95%)
Mutual labels:  pubsub
HyperLandmark-iOS
A 68-point Facial landmark at 28-30 FPS on iPhone 6S+. HyperLandmark is get from https://github.com/zeusees/HyperLandmark.
Stars: ✭ 69 (-19.77%)
Mutual labels:  real-time
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-76.74%)
Mutual labels:  real-time
azure-iothub-pubsub-esp8266
Using Arduino PubSub library with Azure IoT Hub on an ESP8266
Stars: ✭ 17 (-80.23%)
Mutual labels:  pubsub
MCP7940
Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
Stars: ✭ 29 (-66.28%)
Mutual labels:  real-time
wsapix
Next generation Websocket framework for nodejs
Stars: ✭ 17 (-80.23%)
Mutual labels:  pubsub
rpc ts
Remote Procedure Calls in TypeScript made simple 🤞
Stars: ✭ 71 (-17.44%)
Mutual labels:  real-time

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

Integrate with Azure Function

Troubleshooting Guidance

Here contains the details.

References

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 [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].