A very experimental Haskell implementation of the Web Application Messaging Protocol v2 Basic Profile.
Official specification available here.
For a sample WAMP Router using wai-websockets see examples.
Warning: as of right now this is nothing more than an incomplete rough sketch.
stack build
stack runghc wamp-client/test.hs
cd examples/warp-wamp-router
nix-shell --attr warp-wamp-router.env ../../default
cabal run