Playing around with GenServers and ETS
Find a file
2024-06-28 18:51:49 +09:00
lib Add initial PoC 2024-06-28 18:51:49 +09:00
test mix new --sup token_server 2024-06-28 18:51:49 +09:00
.formatter.exs mix new --sup token_server 2024-06-28 18:51:49 +09:00
.gitignore mix new --sup token_server 2024-06-28 18:51:49 +09:00
mix.exs mix new --sup token_server 2024-06-28 18:51:49 +09:00
README.md mix new --sup token_server 2024-06-28 18:51:49 +09:00

TokenServer

TODO: Add description

Installation

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

def deps do
  [
    {:token_server, "~> 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/token_server.