web-frameworks
web-frameworks copied to clipboard
Introduce frappe
- Language : python
- Repo : https://github.com/frappe/frappe
- Author : @pdvyas
Hi @pdvyas @rmehta,
Would you mind to add (or consent that we add) frappe in here
?
This project compare performance based on 3 routes :
-
GET
/
, SHOULD return a successful status code and an empt²y 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
Regards,