https://github.com/wamp3hub/wamp3router
Router for Web Application Messaging Protocol
https://github.com/wamp3hub/wamp3router
messaging networking real-time router wamp wamp3hub websocket
Last synced: 5 months ago
JSON representation
Router for Web Application Messaging Protocol
- Host: GitHub
- URL: https://github.com/wamp3hub/wamp3router
- Owner: wamp3hub
- License: mit
- Created: 2023-08-14T05:50:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T21:45:55.000Z (over 2 years ago)
- Last Synced: 2024-02-11T22:41:06.627Z (over 2 years ago)
- Topics: messaging, networking, real-time, router, wamp, wamp3hub, websocket
- Language: Go
- Homepage: https://wamp3hub.github.io/documentation/
- Size: 153 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAMP3Router
The WAMP3Router is a high-performance router for WAMP3 applications. It provides efficient and robust message routing between different parts of your application.
The router is built with scalability and robustness in mind. It can handle high volumes of messages without compromising on performance, making it suitable for both small and large-scale applications.
WAMP3Router supports various client libraries including
[JavaScript](https://github.com/wamp3hub/wamp3js),
[Python](https://github.com/wamp3hub/wamp3py),
and [GO](https://github.com/wamp3hub/wamp3go),
providing you with the flexibility to choose the technology that best fits your needs.
Whether you're building a real-time application, a multiplayer online game, or an IoT network, WAMP3Router can help you ensure that your messages get to where they need to go.
Router implements the open Web Application Messaging Protocol (WAMP) registered at
[IANA](https://www.iana.org/assignments/websocket/websocket.xml)
that provides
[Routed Remote Procedure Call (RPC)](https://wamp3hub.github.io/documentation/usage/rpc) and [Publish & Subscribe (PubSub)](https://wamp3hub.github.io/documentation/usage/publish-subscribe)
messaging patterns.
In case of any issues or questions, our active community is ready to help. You can also contribute to the project and help us make it even better. Check out our roadmap for upcoming features and improvements.
## Quick Links
- Read more on [Homepage](https://wamp3hub.github.io/documentation/)
- Read the [Installation Instructions](https://wamp3hub.github.io/documentation/router/installation)
- Read more [About Latest Release](https://github.com/wamp3hub/wamp3router/releases)
- Go to [Docker Repository](https://hub.docker.com/r/wamp3hub/wamp3router)
- Official Client Libraries
- [wamp3js (JavaScript)](https://github.com/wamp3hub/wamp3js)
- [wamp3py (Python)](https://github.com/wamp3hub/wamp3py)
- [wamp3go (GO)](https://github.com/wamp3hub/wamp3go)
### Support
If you encounter any problems or have any questions, please [open an issue on GitHub](https://github.com/wamp3hub/wamp3router/issues/new).
### Roadmap
[See the open issues](https://github.com/wamp3hub/wamp3router/issues) for a list of proposed features (and known issues).