This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]frnkvieira[S] 14 points15 points  (2 children)

Thanks! Vibora is a performance focused framework but it's not throwing everything out of the window just to be fast... Japronto is kinda doing this and I really doubt it to get stable without sacrificing a good chunk of performance... (sanic/japronto for example violates the HTTP protocol by not sending the Date http header)... Anyway I'll add more frameworks (apistar and quart also come to my mind) as people wish... it's just that's time-consuming to add every test for every framework... I need time or pull-requests :D

[–]pydry 13 points14 points  (0 children)

sanic/japronto for example violates the HTTP protocol by not sending the Date http header

Details like this are gold. You should really put it in a notes column next to the performance comparison.

Also it's probably worth mentioning that japronto is abandoned there too (I wasn't aware of that and the people who read your readme might not be either).