Results 216 comments of Marwan Rabbâa

Tfb is https://github.com/TechEmpower/FrameworkBenchmarks Yes, I'm ready if you want to transfer ownership

I've granted you more privileges

I think I will implement this after next release (end of year). If anyone has some ideas, feel free to share :heart:

Also, I think an authentication system should be implemented. Any hard-coded string send as a token could be enough. The difficulty `here` is to avoid having complex implementations.

To be precise the purpose is to compare performance of server-side frameworks. Their is two thing to notice. + We need to test something realistic, I mean something that could...

We are on the same line @ohler55. What about testing all HTTP verbs ? Some routers could behave differently for `POST`, `PUT` ...

I think that + GET + POST + PUT + PATCH + DELETE are the most common used, but PUT and PATCH are mostly used for the same things So...

> If you check the backend state then the use of workers will not be an option unless there is also a backend store which for reasons mentioned earlier overshadows...

not very the scope of this `PR`, I think, but yes. https://github.com/the-benchmarker/web-frameworks/blob/5ab8cdbd2084ae307c3977fa25fea5cb49318751/tools/src/client.cr#L50 The same methodology as _techempower_ is used

Hi @lganzzzo, Would you mind to add (or consent that we add) [oatpp](https://github.com/oatpp/oatpp) in `here` ? This project compare performance based on 3 routes : + `GET` `/`, **SHOULD** return...