aliou / short.ex

A URL shortener toolkit written in Elixir. [hobby project]
MIT License
1 stars 1 forks source link

GenServer Adapter #7

Closed aliou closed 7 years ago

aliou commented 7 years ago

Brut force implementation of a Short Adapter using GenServer. It might be interesting to have a struct to contain the state instead of a keyword list, but ¯\_(ツ)_/¯.