Hacker News new | ask | show | jobs
by jniedrauer 2234 days ago
Is there a reason you use nginx instead of serving the frontend using a Go static fileserver?
1 comments

Only contextual reasons : I have already nginx to serve a few backend-less react apps and static files, so this was less code to write.