JaeHyeok Kim 6636cb0f52 Update node version for express (#6933) 3 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 6636cb0f52 Update node version for express (#6933) 3 years ago
app.js 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) 7 years ago
benchmark_config.json 543ec196fb Update Express.js (node version) (#6706) 4 years ago
config.toml 543ec196fb Update Express.js (node version) (#6706) 4 years ago
express-chakra.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 years ago
express-mongodb.dockerfile 6636cb0f52 Update node version for express (#6933) 3 years ago
express-mysql.dockerfile 6636cb0f52 Update node version for express (#6933) 3 years ago
express-postgres.dockerfile 6636cb0f52 Update node version for express (#6933) 3 years ago
express.dockerfile 6636cb0f52 Update node version for express (#6933) 3 years ago
graphql-mongodb-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 years ago
graphql-mysql-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 years ago
graphql-postgres-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 years ago
helper.js 287916bcd1 Postgresexpress (#4068) 6 years ago
mongodb-app.js 4ab1f4582f Update Express-mongodb query to pass the test (#4633) 6 years ago
mysql-app.js 740a16879c Fix express mysql (#4464) 6 years ago
package.json 543ec196fb Update Express.js (node version) (#6706) 4 years ago
postgresql-app.js 543ec196fb Update Express.js (node version) (#6706) 4 years ago
resolver-mongo.js 287916bcd1 Postgresexpress (#4068) 6 years ago
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) 6 years ago
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) 6 years ago
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 6 years ago
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 6 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

PostgreSQL: http://localhost:8080/db

Variable Query Test

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

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

PostgreSQL: http://localhost:8080/queries?queries=2