JaeHyeok Kim 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
..
views 3790df3c9f changing express template engine from jade to pug (#3010) 7 yıl önce
.npmrc f16626a51f node/mongo updates (#3141) 7 yıl önce
README.md 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
app.js 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) 7 yıl önce
benchmark_config.json fc69d3ae2d Add platform nodejs (#5645) 5 yıl önce
express-chakra.dockerfile 12813e17af Add Node-Chakracore (#3917) 7 yıl önce
express-graphql-mongodb.dockerfile 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
express-graphql-mysql.dockerfile 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
express-graphql-postgres.dockerfile 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
express-mongodb.dockerfile 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
express-mysql.dockerfile 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
express-postgres.dockerfile 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
express.dockerfile 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
graphql-mongodb-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
graphql-mysql-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
graphql-postgres-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
helper.js 287916bcd1 Postgresexpress (#4068) 6 yıl önce
mongodb-app.js 4ab1f4582f Update Express-mongodb query to pass the test (#4633) 6 yıl önce
mysql-app.js 740a16879c Fix express mysql (#4464) 6 yıl önce
package.json 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
postgresql-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) 4 yıl önce
resolver-mongo.js 287916bcd1 Postgresexpress (#4068) 6 yıl önce
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) 6 yıl önce
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) 6 yıl önce
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 6 yıl önce
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 7 yıl önce

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