Hi everybody, during last Melb Node Night we played a bit with different frameworks trying to come up with some benchmarks, I uploaded part of the code that we used that night on github
On Monday, May 28, 2012 10:54:17 PM UTC+10, gvnn wrote:
> Hi everybody, > during last Melb Node Night we played a bit with different frameworks > trying to come up with some benchmarks, I uploaded part of the code that we > used that night on github
> At the moment it's just a calculation on the fibonacci sequence on the > first twenty numbers... not a proper benchmarks script, but it is a start :)
> Feel free to fork and add new scripts/frameworks.
That sample benchmark shows that node is the fastest followed by express, php on apache, standard python web server, django, ruby and rake, rails + webrick
On Tuesday, May 29, 2012 5:13:59 PM UTC+10, Devgeeks wrote:
> Is that showing Express to be the fastest short of bare metal Node.js ?
> On Monday, May 28, 2012 10:54:17 PM UTC+10, gvnn wrote:
>> Hi everybody, >> during last Melb Node Night we played a bit with different frameworks >> trying to come up with some benchmarks, I uploaded part of the code that we >> used that night on github
>> At the moment it's just a calculation on the fibonacci sequence on the >> first twenty numbers... not a proper benchmarks script, but it is a start :)
>> Feel free to fork and add new scripts/frameworks.
On Tuesday, May 29, 2012 5:23:30 PM UTC+10, gvnn wrote:
> That sample benchmark shows that node is the fastest followed by express, > php on apache, standard python web server, django, ruby and rake, rails + > webrick
> G.
> On Tuesday, May 29, 2012 5:13:59 PM UTC+10, Devgeeks wrote:
>> Is that showing Express to be the fastest short of bare metal Node.js ?
>> On Monday, May 28, 2012 10:54:17 PM UTC+10, gvnn wrote:
>>> Hi everybody, >>> during last Melb Node Night we played a bit with different frameworks >>> trying to come up with some benchmarks, I uploaded part of the code that we >>> used that night on github
>>> At the moment it's just a calculation on the fibonacci sequence on the >>> first twenty numbers... not a proper benchmarks script, but it is a start :)
>>> Feel free to fork and add new scripts/frameworks.
> I'm going to run this on JRuby today to see how the Ruby line looks.
> On Tuesday, May 29, 2012 5:23:30 PM UTC+10, gvnn wrote:
>> That sample benchmark shows that node is the fastest followed by express,
>> php on apache, standard python web server, django, ruby and rake, rails +
>> webrick
>> G.
>> On Tuesday, May 29, 2012 5:13:59 PM UTC+10, Devgeeks wrote:
>>> Is that showing Express to be the fastest short of bare metal Node.js ?
>>> On Monday, May 28, 2012 10:54:17 PM UTC+10, gvnn wrote:
>>>> Hi everybody,
>>>> during last Melb Node Night we played a bit with different frameworks
>>>> trying to come up with some benchmarks, I uploaded part of the code that we
>>>> used that night on github
>>>> At the moment it's just a calculation on the fibonacci sequence on the
>>>> first twenty numbers... not a proper benchmarks script, but it is a start :)
>>>> Feel free to fork and add new scripts/frameworks.