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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T13:17:30.000Z (over 4 years ago)
- Last Synced: 2025-03-08T07:51:12.291Z (12 months ago)
- Topics: elixir, http, testing, websocket
- Language: Elixir
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EchoBoy
[](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)