https://github.com/zudov/purescript-websocket-simple
Simple Bindings to Websocket API for Purescript
https://github.com/zudov/purescript-websocket-simple
Last synced: about 1 year ago
JSON representation
Simple Bindings to Websocket API for Purescript
- Host: GitHub
- URL: https://github.com/zudov/purescript-websocket-simple
- Owner: zudov
- License: bsd-3-clause
- Created: 2015-07-19T02:12:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T16:25:52.000Z (over 5 years ago)
- Last Synced: 2025-05-07T00:06:40.437Z (about 1 year ago)
- Language: PureScript
- Size: 47.9 KB
- Stars: 34
- Watchers: 5
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Bindings to Websocket API for Purescript
[](http://pursuit.purescript.org/packages/purescript-websocket-simple)
[](https://github.com/zudov/purescript-websocket-simple/releases)
[](https://travis-ci.org/zudov/purescript-websocket-simple)
## 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`.
## Documentation
[Docs are on Pursuit](http://pursuit.purescript.org/packages/purescript-websocket-simple)