# InterBenchmark **Repository Path**: mirrors_Unitech/InterBenchmark ## Basic Information - **Project Name**: InterBenchmark - **Description**: Benchmarks script : Node.Js vs Ruby Rails vs Django vs WebPy vs J2EE-Spring vs Express vs Php - Nginx FastCgi Passenger Tomcat - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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