jeftenunes / load_balancer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoadBalancer

Resolução do coding challenge https://codingchallenges.fyi/challenges/challenge-load-balancer

Step 1, 11 de julho, criar um webserver que recebe uma request, envia a um backend e retorna a response ao cliente.

Installation

If available in Hex, the package can be installed by adding load_balancer to your list of dependencies in mix.exs:

def deps do
  [
    {:load_balancer, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/load_balancer.

About


Languages

Language:Elixir 100.0%