web-frameworks icon indicating copy to clipboard operation
web-frameworks copied to clipboard

[Python] will add the starlite web framework?

Open zy7y opened this issue 2 years ago • 3 comments

as title , Is there a plan for that? starlite

zy7y avatar May 20 '22 03:05 zy7y

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

waghanza avatar May 20 '22 06:05 waghanza

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.

Goldziher avatar May 20 '22 07:05 Goldziher

Any PR is welcome @zy7y

waghanza avatar May 23 '22 09:05 waghanza