README.md

# Sock

Sock is a specification for apps to service WebSocket connections. You can think
of it as 'Plug for WebSockets'.

## Installation

The sock package can be installed by adding `sock` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:sock, "~> 0.1.0"}
  ]
end
```

Documentation can be found at <https://hexdocs.pm/sock>.

## License

MIT