AMQP client in Purescript
Go to file
Abhinav Sarkar e97e5c8311 Adds docs and README 2017-10-24 15:24:29 +05:30
docs Adds docs and README 2017-10-24 15:24:29 +05:30
src/Node Initial commit 2017-10-24 15:00:54 +05:30
test Initial commit 2017-10-24 15:00:54 +05:30
.gitignore Initial commit 2017-10-24 15:00:54 +05:30
README.md Adds docs and README 2017-10-24 15:24:29 +05:30
bower.json Initial commit 2017-10-24 15:00:54 +05:30
package-lock.json Initial commit 2017-10-24 15:00:54 +05:30
package.json Initial commit 2017-10-24 15:00:54 +05:30

README.md

purescript-amqp

A PureScript wrapper for amqplib.

Documentation can be found at docs/Node.AMQP.md.

An example can be found at src/Node/AMQP/Main.purs.