Hacker News new | ask | show | jobs
by acdibble 1853 days ago
I host a pet project Slack bot on a Digital Ocean droplet. You can compile an Elixir app into an executable that treeshakes the BEAM. I can't speak to memory usage, but deployment for me is as easy as compiling an executable and putting it on the server.
1 comments

Is it just "mix build" that you run, or something more special?