the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.99k stars 667 forks source link

[Python] will add the starlite web framework? #5340

Open zy7y opened 2 years ago

zy7y commented 2 years ago

as title , Is there a plan for that? starlite

waghanza commented 2 years ago

Hi @zy7y,

There is no such plan, but any framework is welcome.

Let's ping @Goldziher to check if core contributors are not opposed to include it here.

The idea is to implement a simple app having ony 3 endpoints (api mode) @jodosha

The implementation will change in the future so as we can gather more information about how frameworks act in production

Regards,

PS : It is important to have non-opposition to include any framework here + someone taking maintenance stuff

Goldziher commented 2 years ago

Hi @zy7y,

There is no such plan, but any framework is welcome.

Let's ping @Goldziher to check if core contributors are not opposed to include it here.

The idea is to implement a simple app having ony 3 endpoints (api mode) @jodosha

  • GET /, SHOULD return a successful status code and an empty string
  • GET /user/:id, SHOULD return a successful status code and the id
  • POST /user, SHOULD return a successful status code and an empty string

The implementation will change in the future so as we can gather more information about how frameworks act in production

Regards,

PS : It is important to have non-opposition to include any framework here + someone taking maintenance stuff

Sure, go ahead.

waghanza commented 2 years ago

Any PR is welcome @zy7y