Purescript bindings for sockjs-client
Installing
bower install --save purescript-sockjs-client
yarn add sockjs-client
Example usage
Build example with:
bower install
yarn add sockjs-client
pulp browserify --include example -O --to example/bundle.js
then serve up the example/ directory with any HTTP server.