Remix.run Logo
crawdog 3 hours ago

I wrote a similar golang gateway, with the understanding that having solid API gateway features is important.

https://sbproxy.dev - engine is fully open source.

Another reason golang is interesting for the gateway is having clear control of the supply chain at compile time. Tools like LiteLLM the supply chain attacks can have more impact at runtime, where the compiled binary helps.

lackoftactics 2 hours ago | parent [-]

Maybe worth showing on SHOW HN

crawdog 2 hours ago | parent [-]

Thanks I am finishing up some performance comparison work looking at rust vs golang and plan a deeper write up for that group. I hope to publish soon.