An open API service indexing awesome lists of open source software.

https://github.com/unitech/interbenchmark

Benchmarks script : Node.Js vs Ruby Rails vs Django vs WebPy vs J2EE-Spring vs Express vs Php - Nginx FastCgi Passenger Tomcat
https://github.com/unitech/interbenchmark

Last synced: about 1 year ago
JSON representation

Benchmarks script : Node.Js vs Ruby Rails vs Django vs WebPy vs J2EE-Spring vs Express vs Php - Nginx FastCgi Passenger Tomcat

Awesome Lists containing this project

README

          

# Benchmark scripts

## Frameworks

* Django (Fast CGI)
* Web2Py (Fast CGI)
* Ruby Rails (Mod Passenger)

## Langages

* PHP (Fast CGI)
* Web.py (Fast CGI)
* Node.js (Raw)

## Environment

* HTTP Server : NGINX or None (Node)
* System : Ubuntu Server
* Virtualization system : Proxmox

## Benchmark Protocols

1. Printing Hello World
2. Getting data from database and return it in plain text in JSON format
3. Sending commands (addition, commands execution...) in JSON and retrieve the result
4. Opening lot of persistent connection (session burning)

## Notes

* Bundled development server of each framework are not used, I use Nginx
* Render engine are not used, only raw text is manipulated
* Only builtins functions are used