dependabot[bot] c5235ce9d7 Bump mysql2 from 3.9.7 to 3.9.8 in /frameworks/JavaScript/express há 1 ano atrás
..
src 5b2ead28c2 Added tests for postgres node module with expressjs (#8561) há 1 ano atrás
views 3790df3c9f changing express template engine from jade to pug (#3010) há 8 anos atrás
.npmrc f16626a51f node/mongo updates (#3141) há 7 anos atrás
README.md 6636cb0f52 Update node version for express (#6933) há 3 anos atrás
app.js 59cf15993d Revert "Fix use the physical CPU count from Express (#7986)" (#8042) há 2 anos atrás
benchmark_config.json 5b2ead28c2 Added tests for postgres node module with expressjs (#8561) há 1 ano atrás
config.toml 543ec196fb Update Express.js (node version) (#6706) há 4 anos atrás
express-chakra.dockerfile 0096f84ee9 Config for the new toolset (#6259) há 4 anos atrás
express-mongodb.dockerfile 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) há 1 ano atrás
express-mysql.dockerfile 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) há 1 ano atrás
express-postgres.dockerfile 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) há 1 ano atrás
express-postgresjs.dockerfile 5b2ead28c2 Added tests for postgres node module with expressjs (#8561) há 1 ano atrás
express.dockerfile 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) há 1 ano atrás
graphql-mongodb-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) há 2 anos atrás
graphql-mysql-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) há 2 anos atrás
graphql-postgres-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) há 2 anos atrás
helper.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) há 2 anos atrás
mongodb-app.js 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) há 1 ano atrás
mysql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) há 2 anos atrás
package.json c5235ce9d7 Bump mysql2 from 3.9.7 to 3.9.8 in /frameworks/JavaScript/express há 1 ano atrás
postgresql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) há 2 anos atrás
resolver-mongo.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) há 2 anos atrás
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) há 7 anos atrás
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) há 6 anos atrás
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) há 7 anos atrás
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) há 7 anos atrás

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