Zane Kansil 60d41abeb4 Efficiently initialize routing vor 10 Jahren
..
handlers 7dd237651f Catch errors earlier in MongoDB raw vor 10 Jahren
README.md 15288c4f64 Update JS readmes vor 10 Jahren
app.js 68bb9d072a Refactor server creation/routing to worker-specific file vor 10 Jahren
benchmark_config.json ffff905b37 Implement redis tests for nodejs vor 10 Jahren
create-server.js 60d41abeb4 Efficiently initialize routing vor 10 Jahren
helper.js e219237e35 Refactor handlers out of main script vor 10 Jahren
install.sh 631bf230f2 Changed language file to nvm.sh vor 10 Jahren
package.json 94c611b3af Use parseurl package + ~~(str) to parse int vor 10 Jahren
routing.js 60d41abeb4 Efficiently initialize routing vor 10 Jahren
setup.sh 68bb9d072a Refactor server creation/routing to worker-specific file vor 10 Jahren
source_code 92e40b49f7 Moving JavaScript frameworks vor 11 Jahren

README.md

NodeJS Benchmarking Test

This is the NodeJS portion of a benchmarking test suite comparing a variety of web development platforms.

JSON Encoding Test

Data-Store/Database Mapping Test

Infrastructure Software Versions

The tests were run with:

Test URLs

JSON Encoding Test

http://localhost:8080/json

Plaintext Test

http://localhost:8080/plaintext

Data-Store/Database Mapping Test

MongoDB: http://localhost:8080/mongoose

MongoDB Raw: http://localhost:8080/mongodb

MySQL: http://localhost:8080/mysql-orm

MySQL Raw: http://localhost:8080/mysql

Variable Query Test

MongoDB: http://localhost:8080/mongoose?queries=2

MongoDB Raw: http://localhost:8080/mongodb?queries=2

MySQL: http://localhost:8080/mysql-orm?queries=2

MySQL Raw: http://localhost:8080/mysql?queries=2