Michael Hixson c601253a68 Use pug 2.0.0 in express instead of a release candidate version (#3367) 7 years ago
..
views 3790df3c9f changing express template engine from jade to pug (#3010) 7 years ago
.npmrc f16626a51f node/mongo updates (#3141) 7 years ago
README.md 3790df3c9f changing express template engine from jade to pug (#3010) 7 years ago
app.js 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) 7 years ago
benchmark_config.json dbe92ab505 JavaScript tests & mongodb for docker (#3303) 7 years ago
express-mongodb.dockerfile 19095d74c7 Implement supporting multiple `FROM` directives (#3320) 7 years ago
express-mysql.dockerfile 19095d74c7 Implement supporting multiple `FROM` directives (#3320) 7 years ago
express.dockerfile 19095d74c7 Implement supporting multiple `FROM` directives (#3320) 7 years ago
mongodb-app.js dbe92ab505 JavaScript tests & mongodb for docker (#3303) 7 years ago
mysql-app.js 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) 7 years ago
package.json c601253a68 Use pug 2.0.0 in express instead of a release candidate version (#3367) 7 years ago
source_code 92e40b49f7 Moving JavaScript frameworks 11 years ago

README.md

Express Benchmarking Test

This is the Express 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:

Resources

Test URLs

JSON Encoding Test

http://localhost:8080/json

Data-Store/Database Mapping Test

MongoDB: http://localhost:8080/mongoose

MySQL: http://localhost:8080/sequelize

Variable Query Test

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

MySQL: http://localhost:8080/sequelize?queries=2