Looking for help with my Rust API gateway project

⚓ Rust    📅 2025-09-15    👤 surdeus    👁️ 12      

surdeus

Warning

This post was published 48 days ago. The information described in this article may have changed.

Hi contributor, community and moderators !!

I've been working on this API gateway project called Kairos-rs for a while now, and honestly, I could really use some help. It's gotten to a point where I'm pretty happy with what it does, but there's so much more I want to add and I'm realizing I can't do it all myself.

Project repo => GitHub - DanielSarmiento04/kairos-rs: Powerful Api Gateway written in Rust

I built it with Actix-web because, well, it's fast and I know it pretty well. Been using reqwest for the HTTP client stuff and the usual suspects like serde for JSON handling.

What am I looking for???

Help in

  1. Optimization, Reducing latency is key if we want to be relevant.
  2. Security, have a reliable and monitorable solution, things like rate limit, remove possible memory leaks.
  3. Features, I would like to do this features => add llm router, websocket support, jwt support, observability, cache support.

I invite you to contribute to this project!!!

2 posts - 2 participants

Read full topic

🏷️ Rust_feed