README.md
# EchoBoy
[![Build Status](https://github.com/rupurt/echo_boy/workflows/Test/badge.svg?branch=master)](https://github.com/rupurt/echo_boy/actions?query=workflow%3ATest)
HTTP and WebSocket echo server as an OTP Application
## Installation
Add the `echo_boy` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:echo_boy, "~> 0.6"}
]
end
```
## Authors
* Alex Kwiatkowski - alex+git@rival-studios.com
## License
`echo_boy` is released under the [MIT license](./LICENSE.md)