Skip to content
/ Tube Public

WebSocket client library written in pure Elixir

License

Notifications You must be signed in to change notification settings

narrowtux/Tube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tube

Pure-Elixir WebSocket client

  • Runs on a supervisable GenServer
  • Tested with autobahn

Installation

If available in Hex, the package can be installed as:

  1. Add tube to your list of dependencies in mix.exs:
    def deps do
      [{:tube, "~> 0.1.0"}]
    end
  1. Ensure tube is started before your application:
    def application do
      [applications: [:tube]]
    end

About

WebSocket client library written in pure Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages