README.md

# EchoBoy
[![Build Status](https://circleci.com/gh/rupurt/echo_boy.svg?style=svg)](https://circleci.com/gh/rupurt/echo_boy)

HTTP and WebSocket echo server as an OTP Application

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `echo_boy` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:echo_boy, "~> 0.2.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/echo_boy](https://hexdocs.pm/echo_boy).