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
- Host: GitHub
- URL: https://github.com/akiacode/eliro
- Owner: AkiaCode
- License: apache-2.0
- Created: 2021-08-20T00:06:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T23:49:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T06:13:50.709Z (5 months ago)
- Language: Elixir
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).