Hacker News new | ask | show | jobs
by quickthrower2 1146 days ago
`pc run --env prod --port 80`

Is this solid enough to expose to the sesspool of the public internet? Or should I reverse proxy it!

I ask coming from Django where the steps to set up a server with Nginx, Gunicorn and Django are quite involved, so the idea of just serving off a single command seems quite nice.

1 comments

Reverse proxy for now, but Pynecone is also working on a single command deploy feature that should take care of all this automatically. Should be released soon.