Joker
Socket acceptor pool for TCP protocols written in Elixir.
Install / Use
/learn @0x00evil/JokerREADME
Joker
Joker is a socket acceptor pool for TCP protocol written in Elixir.
Installation
-
Add joker to your list of dependencies in
mix.exs:def deps do [{:joker, "~> 0.1.0"}] end
-
Ensure joker is started before your application:
def application do [applications: [:joker]] end
