An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Simple Bindings to Websocket API for Purescript

[![Documentation](https://pursuit.purescript.org/packages/purescript-websocket-simple/badge)](http://pursuit.purescript.org/packages/purescript-websocket-simple)
[![Latest release](https://img.shields.io/bower/v/purescript-websocket-simple.svg)](https://github.com/zudov/purescript-websocket-simple/releases)
[![Build Status](https://travis-ci.org/zudov/purescript-websocket-simple.svg?branch=master)](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)