I improved the HTTP request processing part and implemented a filter system, where you can add a filter, like a JWT filter for example. I also improved the IOD system, making it so that Beans are instantiated only when necessary, instantiating their dependencies as well, preventing errors. I also had ChatGPT create a script to test my server, and these were the results with 1000 async requests:
Total solicitacoes: 10000
Sucess: 10000 Fails: 0 Exceptions: 0
Total time: 8.62s RPS average: 1160.02
Latency ms - min:438.5 avg:735.6 med:748.7 max:1038.8
I expected a little more, but I will try to optimize it over time.