dependabot[bot] 3eed80e982 Bump mongoose from 8.8.3 to 8.9.5 in /frameworks/JavaScript/express 6 月之前
..
src 5b2ead28c2 Added tests for postgres node module with expressjs (#8561) 1 年之前
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 cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 月之前
benchmark_config.json ce782ff78c chore(JavaScript): removed obsolete benchmarks for "node-chakracore". (#9461) 7 月之前
config.toml ce782ff78c chore(JavaScript): removed obsolete benchmarks for "node-chakracore". (#9461) 7 月之前
express-mongodb.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 月之前
express-mysql.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 月之前
express-postgres.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 月之前
express-postgresjs.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 月之前
express.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 月之前
graphql-mongodb-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) 2 年之前
graphql-mysql-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) 2 年之前
graphql-postgres-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) 2 年之前
helper.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) 2 年之前
mongodb-app.js 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) 1 年之前
mysql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) 2 年之前
package.json 3eed80e982 Bump mongoose from 8.8.3 to 8.9.5 in /frameworks/JavaScript/express 6 月之前
postgresql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) 2 年之前
resolver-mongo.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) 2 年之前
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) 6 年之前

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