Deploying our `Plug.Router` application to Heroku
Want to put your app in the real world? Today we do it with Heroku!
Articles relating to Plug
Want to put your app in the real world? Today we do it with Heroku!
When it comes to building a web application with Elixir many people will immediately reach for Phoenix.
However, did you know Plug.Router
is just as viable an option?
Sometimes, it can be even faster.
Use Joken and JOSE for a light-weight implementation of JWT Auth in your Elixir web application.