Nice to hear that Rust running under node Js.
- Does this support streaming?
- Since you rely on one shot is there a timeout option to save rust core from being choked by dead node Js event loop.
- The test results seems to be not okay because comparing with uws against tiny string or static responses makes no sense. Try testing post method that returns the large req paylod directly to client back in json. That's how TechEmpower bench marks compare raw compute.
- Uws Js support clustering directly from Node Js. When I tried the same with kito it throws error. Address /port already in use. So there fore no cluster possible.
- I ran the bench marks in my ec2 instance c7gx.large. Against bun elysia post requests your kito literally scored only 32k req/s where as elysia literally doubled that.
- But I know hyper is more capable but compared to may mini it's not that fast. (Note may mini crate doesn't support windows) it's fully Unix based.
Plz do clarify my questions waiting for your answers also I want to have serve static to serve files
Nice to hear that Rust running under node Js.
Plz do clarify my questions waiting for your answers also I want to have serve static to serve files