Hacker News new | ask | show | jobs
by ev_dev3 312 days ago
Great question! What differentiates Trayce from other HTTP clients are:

- An ebpf-based network monitor which allows instant monitoring of HTTP(S), GRPC, MySQL, PostgreSQL. Most of those apps can only monitor HTTP using a proxy. Trayce does not use a proxy, it reads the traffic from the kernel layer.

- UI is based on Flutter, not Electron or any other browser-based framework.

- Local git-friendly HTTP request storage

1 comments

Very cool that it doesn't need a proxy. That's like magic! Can't wait to try it out on something.