CozySocket

A socket handling library.

This library wraps:

And, contains:

Installation

Adding cozy_lark to your list of dependencies in mix.exs:

defp deps do
  [
    {:cozy_socket, "~> 0.4"},
  ]
end

Usage

For more information, see the documentation.

License

Apache License 2.0