Skip to content

mulderr/haskell-wamp

Repository files navigation

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

About

WAMP v2 Basic Profile in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published