Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rupurt/echo_boy
- Owner: rupurt
- License: mit
- Created: 2018-02-20T02:15:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T13:17:30.000Z (over 3 years ago)
- Last Synced: 2024-10-10T14:32:52.877Z (about 1 month ago)
- Topics: elixir, http, testing, websocket
- Language: Elixir
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)