Open waghanza opened 4 years ago
We could, but it's not going to be very fast. The server is currently single threaded 😬
There are some changes coming to janet which could boost performance quite a bit with an event loop/threads, but until then it will be slow 😢
I don't think it could only be here
if fast, their is also the code expressiveness, but however, if you think it is better to delay that, you could close and re-open later
Hi @swlkr ,
Would you mind to add (or consent that we add) joy in
here
?This project compare performance based on 3 routes :
GET
/
, SHOULD return a successful status code and an empty stringGET
/user/:id
, SHOULD return a successful status code and the idPOST
/user
, SHOULD return a successful status code and an empty stringRegards,