https://github.com/anmonteiro/httpun-ws
https://github.com/anmonteiro/httpun-ws
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anmonteiro/httpun-ws
- Owner: anmonteiro
- License: other
- Created: 2018-12-30T23:33:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T02:22:07.000Z (about 1 year ago)
- Last Synced: 2025-06-22T19:03:18.350Z (7 months ago)
- Language: OCaml
- Size: 497 KB
- Stars: 28
- Watchers: 2
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# httpun-ws
httpun-ws is a Websocket implementation that uses http-un for the initial
connection and upgrade.
It started as a fork of
[websocketaf](https://github.com/inhabitedtype/websocketaf), but has since
diverged quite a bit, given the meager implementation in the original work.
## Installation
```bash
opam install httpun-ws
```