https://github.com/lordnull/gen_websocket
websocket client for erlang using an interface similar to gen_tcp.
https://github.com/lordnull/gen_websocket
Last synced: over 1 year ago
JSON representation
websocket client for erlang using an interface similar to gen_tcp.
- Host: GitHub
- URL: https://github.com/lordnull/gen_websocket
- Owner: lordnull
- License: mit
- Created: 2013-05-11T21:03:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T19:48:52.000Z (over 10 years ago)
- Last Synced: 2025-01-28T01:36:38.157Z (over 1 year ago)
- Language: Erlang
- Size: 138 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gen_websocket
[](https://travis-ci.org/lordnull/gen_websocket)
## Overview
Conceptually, a websocket is most like gen_tcp than gen_server. This
provides a gen_tcp-ish interface for interacting with websocket servers,
including active, active once, and passive modes.
## Features
Connect to websocket servers using websocket version 13. Able to send and
recieve messages.
## Compiling
make
To run tests:
make test