Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 497 Bytes

gen_websocket

Build Status

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