An open API service indexing awesome lists of open source software.

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

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).