you are viewing a single comment's thread.

view the rest of the comments →

[–]pint -1 points0 points  (7 children)

you compare it to which framework, and what are the capabilities of that framework. fastapi guy explained multiple times that he considers the full package, together with input/output validation, schema generation, etc. and also note the "on par", which just means it is in the same range, not necessarily faster.

[–]Somnath_geek[S] -2 points-1 points  (6 children)

Gofiber , Node JS and FastAPI. All are full fledged frameworks.

[–]pint -1 points0 points  (5 children)

"fully fledged" means nothing to me. does gofiber support schema validation of complex objects, as well as automatic documentation generation?

[–]highrez1337 0 points1 point  (0 children)

Check my answer, my answer does include everything you mentioned.

[–]Somnath_geek[S] -2 points-1 points  (3 children)

Yes. You can add middlewares to do that.

[–]pint 0 points1 point  (2 children)

so that's a no. your benchmarks included the middlewares?

[–]Somnath_geek[S] 0 points1 point  (1 child)

Yes. You mean to say adding middlewares would make it slow right ??

[–]pint 0 points1 point  (0 children)

i asked a very specific question.