Nate 0096f84ee9 Config for the new toolset (#6259) пре 4 година
..
views 3790df3c9f changing express template engine from jade to pug (#3010) пре 8 година
.npmrc f16626a51f node/mongo updates (#3141) пре 7 година
README.md 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) пре 4 година
app.js 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) пре 7 година
benchmark_config.json fc69d3ae2d Add platform nodejs (#5645) пре 5 година
config.toml 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express-chakra.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express-graphql-mongodb.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express-graphql-mysql.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express-graphql-postgres.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express-mongodb.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express-mysql.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express-postgres.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
express.dockerfile 0096f84ee9 Config for the new toolset (#6259) пре 4 година
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) пре 7 година
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 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) пре 4 година
postgresql-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) пре 4 година
resolver-mongo.js 287916bcd1 Postgresexpress (#4068) пре 7 година
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) пре 7 година
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) пре 6 година
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) пре 7 година
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