Shipped this project!
Um projeto muito legal de se fazer! gostei muito.
Pretendo melhorá-lo com o tempo, adicionar mais funcionalidades e deixá-lo mais rápido…
Um projeto muito legal de se fazer! gostei muito.
Pretendo melhorá-lo com o tempo, adicionar mais funcionalidades e deixá-lo mais rápido…
I have fixed some bugs and implemented a better data converter pipeline!
Further, i want to build a telemetry system…
Log in to leave a comment
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.
Log in to leave a comment
The basics of the HTTP server is working!
Now i have to make a better response parsing and refactor the annotations handlers of the server!
Alsol, i need to refactor the router and middleware system…
Log in to leave a comment
The basic core logic is ready! Now I will focus on improving speed and adding new features to the server! Additionally, I will work on the HTTP part, so the server can accept HTTP requests!
Log in to leave a comment
Almost finished! I need to fix a few bugs, but the site is already fully usable!
Log in to leave a comment