/cowboy-websocket

Elixir Cowboy websocket sample project

Primary LanguageElixir

CowboySocket

TODO: Add description

Installation

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

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

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

  2. Ensure cowboy_socket is started before your application:

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