Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 588 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 588 Bytes

haskell-wamp

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 setup

stack build
stack runghc wamp-client/test.hs

Nix - Run Example

cd examples/warp-wamp-router
nix-shell --attr warp-wamp-router.env ../../default
cabal run