Message from PF-604908

RocketChat ID: ATtdbqXSuR7P6sbuP


Roger that, I'll have something more complete tonight. I swapped to Go because I prefer it over Python for reasons I won't get into, so there's a couple of options for how it can be packaged up for use:

1. Complete binary; compile targeting the server, send binary to server
2. Zip project and run with Docker

I like 2 more because you'll have the source to build and can see what's in it, but it will be more resource intensive since it will be built on the server.