from Hacker News

A brief look at the new Kamal Proxy

by strzibny on 9/21/24, 8:09 AM with 9 comments

  • by emmanueloga_ on 9/24/24, 6:19 AM

    Makes sense ... most languages have solid libraries to work with HTTP, which can eliminate the need for a third-party standalone proxy. A DIY solution sounds nice as it could be customized to meet any specific (and/or crazy :-p) features required.

    Here's a C# project in the same vein: [1].

    --

    1: https://github.com/microsoft/reverse-proxy/tree/main/samples...

  • by pqdbr on 9/24/24, 2:58 AM

    Great writeup. Do you plan to update your Kamal handbook to version 2?
  • by wmf on 9/24/24, 3:25 AM

  • by tosh on 9/24/24, 10:49 AM

    I'm currently using Traefik for compression (gzip, brotli, …) does Kamal-Proxy handle that as well or do Rails apps handle compression somewhere else?
  • by euph0ria on 9/24/24, 7:58 AM

    Does it support http/3?