sockerl travis test statusHex version

SockErl

Overview

Sockerl is an advanced Erlang/Elixir socket library for TCP protocols and provides fast, useful and easy-to-use API for implementing server, clients and connection pools.

Features

All features not listed here.


Download source

Git
~ $ git clone --branch 17.9.3 https://github.com/Pouriya-Jahanbakhsh/sockerl.git

Download compiled

For compiled source and its dependencies download lib.tar.gz from Releases

Use as dependency

Rebar3

Put this in deps in rebar.config:

{sockerl, "17.9.3"}
Rebar

Put this in deps in rebar.config:

{sockerl, ".*", {git, "https://github.com/Pouriya-Jahanbakhsh/sockerl.git", {tag, "17.9.3"}}}
Mix

Put this in deps in mix.exs:

{:sockerl, "~> 17.9.3"}

erlang.mk

dep_sockerl = hex 17.9.3

Documentation

See Wiki

License

BSD 3-Clause

Links

GitHub
This documentation is available in http://docs.codefather.org/sockerl