purescript-websocket-simple
purescript-websocket-simple copied to clipboard
Simple Bindings to Websocket API for Purescript
Simple Bindings to Websocket API for Purescript
Installation
bower install purescript-websocket-simple
If you are intending to use the library in a Node.js setting rather than the browser, you will need an additional dependency from npm:
npm install ws
Example usage
See example/src/Main.purs.