Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
/ elixir-zeromq Public archive

Elixir implementation of ZeroMQ 3.1 (37/ZMTP) [incomplete]

License

Notifications You must be signed in to change notification settings

SmartCasual/elixir-zeromq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroMQ

Development abandoned.

Installation

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

  1. Add elixir_zeromq to your list of dependencies in mix.exs:

    def deps do [{:elixir_zeromq, "~> 0.0.1"}] end

  2. Ensure elixir_zeromq is started before your application:

    def application do [applications: [:elixir_zeromq]] end

About

Elixir implementation of ZeroMQ 3.1 (37/ZMTP) [incomplete]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages