Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.
Ralph Schaer edited this page Feb 4, 2015 · 5 revisions

wampspring is a WAMP v1 client and server Java implementation built on top of the WebSocket / Stomp / Messaging support in Spring Framework 4.1.

WAMP v1 is a WebSocket subprotocol that provides two messaging patterns: Remote Procedure Calls and Publish / Subscribe.

Thanks to the Spring Framework support for SockJS as a WebSocket fallback solution an application can send WAMP messages not only over WebSocket but also over HTTP.