←back to thread

Go-Safeweb

(github.com)
188 points jcbhmr | 1 comments | | HN request time: 0.208s | source
Show context
webprofusion ◴[] No.42133983[source]
Just use Caddy https://caddyserver.com/
replies(1): >>42140336 #
jakereps ◴[] No.42140336[source]
Isn’t that equivalent to saying “just use NGINX”? Caddy isn’t a library you use in your Go server code, it’s a separate reverse proxy, isn’t it? They solve separate things.
replies(1): >>42142848 #
1. hu3 ◴[] No.42142848[source]
One could:

import "github.com/mholt/caddy"

https://medium.com/backendarmy/embedding-a-web-server-in-go-...

Not sure if it's still the case.