top | item 27207259

(no title)

acdibble | 4 years 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.

discuss

order

tommica|4 years ago

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