top | item 47138515

(no title)

emschwartz | 7 days ago

This sounds interesting.

Reading your website and the investor deck, one of my main questions was "who is behind this (and is this just AI-generated)?" It would be useful to put more of a bio on there.

Not having macOS/Windows support is going to make it hard to develop with. Would it be possible to build some kind of shim on top of other libraries that mirrors the API, even if it doesn't match the performance?

Also, one of the advantages of using a popular HTTP server stack is getting lots of battle-tested middleware that other people have developed and tested. Is there any way to leverage any of that or do you need to build everything from scratch? Granted, that is certainly somewhat easier in the AI era, but still.

discuss

order

Meatack|7 days ago

Hey! I'm Evgeniy, a solo tech founder based in Europe with ~20 years of experience in the industry. It all started as a simple idea: build a web server and infrastructure purpose-built for AI services and agents -something with lower latency that could handle thousands of concurrent connections. That's why I chose Linux as the main platform and io_uring as the foundation (I'd worked with it before and knew how fast it could be). From what I could see, existing infrastructure just wasn't ready for AI workloads.So I built a completely new web server from scratch, designed as a foundation for AI agents. Under the hood: Linux + io_uring, Rust, and kTLS. The result is faster than nginx (one of the best out there) with lower latency (1.3-1.8x). About the website: I'll be honest some of the content was AI-generated, and some was AI-polished. Marketing isn't exactly my strong suit (solo tech founder, remember?). As for Windows/macOS support - it's important, but not the priority right now. The current focus is on polishing the web server, finishing server-sent events (almost there).