Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/purescript-web/purescript-web-socket
- Owner: purescript-web
- License: mit
- Created: 2017-08-24T16:18:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T23:34:18.000Z (over 2 years ago)
- Last Synced: 2024-08-10T04:35:57.448Z (4 months ago)
- Language: PureScript
- Homepage:
- Size: 19.5 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - web-socket - A low-level library for web sockets. (Web / Deku)
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).