https://github.com/acatton/eroad
Haskell Library for Web Application Messaging Protocol
https://github.com/acatton/eroad
autobahn crossbar generic haskell wamp wamp-protocol
Last synced: 28 days ago
JSON representation
Haskell Library for Web Application Messaging Protocol
- Host: GitHub
- URL: https://github.com/acatton/eroad
- Owner: acatton
- Created: 2017-04-10T20:15:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T14:47:50.000Z (about 8 years ago)
- Last Synced: 2025-02-12T10:56:06.360Z (3 months ago)
- Topics: autobahn, crossbar, generic, haskell, wamp, wamp-protocol
- Language: Haskell
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a set of Haskell libraries to handle the [Web
Application Messaging Protocol](http://wamp-proto.org/).The authors deny any involvement or responsibility in Crossbar.io GmbH,
Autobahn library or the protocol design.The libraries are:
* [eroad](./eroad): Generic low-level library to serialize/deserialize WAMP messages
* [eroad-json](./eroad-json): JSON serialization/deserilization of WAMP messages