Skip to content

websocket client for erlang using an interface similar to gen_tcp.

License

Notifications You must be signed in to change notification settings

lordnull/gen_websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

websocket client for erlang using an interface similar to gen_tcp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published