BrenekH / encodarr

Self-hosted web app for encoding files to a target format using distributed computing.
Mozilla Public License 2.0
63 stars 6 forks source link

Reimplement Controller in Go #30

Closed BrenekH closed 3 years ago

BrenekH commented 3 years ago

Flask isn't a great "production" web server so using Go's net/http package is a great alternative and I'd like to use Go more anyway.