Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rupurt/echo_boy

HTTP and WebSocket echo server as an OTP Application
https://github.com/rupurt/echo_boy

elixir http testing websocket

Last synced: 21 days ago
JSON representation

HTTP and WebSocket echo server as an OTP Application

Awesome Lists containing this project

README

        

# 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 - [email protected]

## License

`echo_boy` is released under the [MIT license](./LICENSE.md)