dependabot[bot] f271aa1c02 Bump pg-promise from 10.7.3 to 11.5.5 in /frameworks/JavaScript/express il y a 1 mois
..
src 5b2ead28c2 Added tests for postgres node module with expressjs (#8561) il y a 1 an
views 3790df3c9f changing express template engine from jade to pug (#3010) il y a 7 ans
.npmrc f16626a51f node/mongo updates (#3141) il y a 7 ans
README.md 6636cb0f52 Update node version for express (#6933) il y a 3 ans
app.js cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) il y a 7 mois
benchmark_config.json ce782ff78c chore(JavaScript): removed obsolete benchmarks for "node-chakracore". (#9461) il y a 7 mois
config.toml ce782ff78c chore(JavaScript): removed obsolete benchmarks for "node-chakracore". (#9461) il y a 7 mois
express-mongodb.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) il y a 7 mois
express-mysql.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) il y a 7 mois
express-postgres.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) il y a 7 mois
express-postgresjs.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) il y a 7 mois
express.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) il y a 7 mois
graphql-mongodb-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) il y a 2 ans
graphql-mysql-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) il y a 2 ans
graphql-postgres-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) il y a 2 ans
helper.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) il y a 2 ans
mongodb-app.js 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) il y a 1 an
mysql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) il y a 1 an
package.json f271aa1c02 Bump pg-promise from 10.7.3 to 11.5.5 in /frameworks/JavaScript/express il y a 1 mois
postgresql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) il y a 1 an
resolver-mongo.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) il y a 2 ans
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) il y a 6 ans
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) il y a 6 ans
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) il y a 6 ans
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) il y a 6 ans

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