Wish there was a way to benchmark those points.
Web Framework Benchmarks Round 2
61–70 of 241 posts
Re: Web Framework Benchmarks Round 2
#62As an amateur hacker and after 275 days of reading Hacker News I feel I can now navigate in the sea of client side Javascript frameworks. With the introduction of this data on web framework performance, I now have another set of choices that I am completely unqualified to comprehend. My first impression is that this data shows about 3 levels of web frameworks. At the bottom (slowest) we have Django's and Rails and ma…
Re: Web Framework Benchmarks Round 2
#63Earlier quoted context omitted.
We've had a lot of requests Mono, and are actually very interested in trying this out. We've been hesitant to move forward only because we're unsure how stable the C# community believes Mono to be. We hope to have that test at some point though, but the fastest way to get a test included is to issue a pull request. So if anyone is interested in trying this out, let us know and we can help guide the process.
Cool, a note on the stability side: http://www.servicestack.net and the live demos http://www.servicestack.net/#livedemos have always been hosted on Linux/Mono in all the years it's been in existence. Is GitHub issues the best way to ask for guidance?
Re: Web Framework Benchmarks Round 2
#64migth be interesting to add Erlang.
Re: Web Framework Benchmarks Round 2
#65As an amateur hacker and after 275 days of reading Hacker News I feel I can now navigate in the sea of client side Javascript frameworks. With the introduction of this data on web framework performance, I now have another set of choices that I am completely unqualified to comprehend. My first impression is that this data shows about 3 levels of web frameworks. At the bottom (slowest) we have Django's and Rails and ma…
You have to trade off developer productivity for performance when it comes to choosing frameworks. The slower the framework the more it does for you.
Re: Web Framework Benchmarks Round 2
#66Re: Web Framework Benchmarks Round 2
#67Any thoughts of putting some Erlang in there?
Re: Web Framework Benchmarks Round 2
#68Re: Web Framework Benchmarks Round 2
#69It's a useful data point to know the speed of frameworks, but what matters most to me is speed of development and whether or not I enjoy the process. Wish there was a way to benchmark those points.
Just use the language and framework you are most efficient in and enjoy using. Worry about framework performance when you notice server load increasing over time.