Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purescript-web/purescript-web-socket

Type definitions and low level interface implementations for the W3C WebSocket API
https://github.com/purescript-web/purescript-web-socket

Last synced: 4 months ago
JSON representation

Type definitions and low level interface implementations for the W3C WebSocket API

Awesome Lists containing this project

README

        

# purescript-web-socket

[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-web-socket.svg)](https://github.com/purescript-web/purescript-web-socket/releases)
[![Build status](https://github.com/purescript-web/purescript-web-socket/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-web/purescript-web-socket/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-web-socket/badge)](https://pursuit.purescript.org/packages/purescript-web-socket)

Type definitions and low level interface implementations for the [W3C WebSocket API](https://www.w3.org/TR/websockets/).

## Installation

```
spago install web-socket
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-web-socket).