JaeHyeok Kim 8dcc7b049f Fix node cluster for express (#7504) 3 年之前
..
views 3790df3c9f changing express template engine from jade to pug (#3010) 7 年之前
.npmrc f16626a51f node/mongo updates (#3141) 7 年之前
README.md 6636cb0f52 Update node version for express (#6933) 3 年之前
app.js 8dcc7b049f Fix node cluster for express (#7504) 3 年之前
benchmark_config.json 543ec196fb Update Express.js (node version) (#6706) 4 年之前
config.toml 543ec196fb Update Express.js (node version) (#6706) 4 年之前
express-chakra.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 年之前
express-mongodb.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) 3 年之前
express-mysql.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) 3 年之前
express-postgres.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) 3 年之前
express.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) 3 年之前
graphql-mongodb-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 年之前
graphql-mysql-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 年之前
graphql-postgres-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 年之前
helper.js 287916bcd1 Postgresexpress (#4068) 6 年之前
mongodb-app.js 4ab1f4582f Update Express-mongodb query to pass the test (#4633) 6 年之前
mysql-app.js 740a16879c Fix express mysql (#4464) 6 年之前
package.json 5a8af419a2 Update Express.js (node version) (#7190) 3 年之前
postgresql-app.js 543ec196fb Update Express.js (node version) (#6706) 4 年之前
resolver-mongo.js 287916bcd1 Postgresexpress (#4068) 6 年之前
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) 6 年之前
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) 6 年之前
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 6 年之前
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 7 年之前

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