# wamp-proto **Repository Path**: mirrors_mna/wamp-proto ## Basic Information - **Project Name**: wamp-proto - **Description**: WAMP Protocol Spec - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The Web Application Messaging Protocol **Quick Links:** [Project homepage](http://wamp-proto.org) | [Latest Internet Draft (ID)](https://tools.ietf.org/html/draft-oberstet-hybi-tavendo-wamp) | [Project mailing list](https://groups.google.com/forum/#!forum/wampws) | [IETF mailing list](https://www.ietf.org/mailman/listinfo/hybi) [![Chat about WAMP at https://gitter.im/tavendo/WAMP](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tavendo/WAMP?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) --- [WAMP](http://wamp-proto.org) is an open standard WebSocket subprotocol that provides two application messaging patterns in one unified protocol: * Remote Procedure Calls and * Publish & Subscribe Using WAMP you can build distributed systems out of application components which are loosely coupled and communicate in (soft) real-time. The [WAMP spec](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/draft-oberstet-hybi-tavendo-wamp.txt) is a community effort and the spec is made available for free under an [open license](LEGAL.md) for everyone to use or implement. [WAMP implementations](http://wamp-proto.org/implementations/) are available for many different languages and run-time environments. Find out more on the [Web site](http://wamp-proto.org) or get in touch on the [mailing list](https://groups.google.com/group/wampws). ## Standardization of WAMP as an IETF standard We're currently working on getting WAMP onto a the IETF standards track. Your participation here is highly welcome! To participate in the process, please take a look at * [Contributing](CONTRIBUTING.md) * [Authoring](AUTHORING.md) join the [mailing list](https://groups.google.com/forum/#!forum/wampws) and our [chat room](https://gitter.im/tavendo/WAMP). The current state of both the RFC and the protocol definition is summarized in [rfc/STATUS.md](rfc/STATUS.md) which also links to the individual parts of the spec.