Hacker News new | ask | show | jobs
by baq 2537 days ago
if all development servers for all frameworks just did that on first run of a project it'd be so much easier.
1 comments

I just stopped using languages that require a "framework" or "development server" with monster json/yaml configurations to run a web server. In Haskell, a change from http to https is switching from warp.run to warp-tls.runTLS function (with certificate paths set).