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

https://github.com/akiacode/eliro

The most basic reverse proxy
https://github.com/akiacode/eliro

Last synced: 3 months ago
JSON representation

The most basic reverse proxy

Awesome Lists containing this project

README

        

# Eliro

**The most basic reverse proxy**

## Run
```shell
$ mix run --no-halt
```

## Installation

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

```elixir
def deps do
[
{:eliro, "~> 0.1.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/eliro](https://hexdocs.pm/eliro).