Костя Третяк ce782ff78c chore(JavaScript): removed obsolete benchmarks for "node-chakracore". (#9461) 7 luni în urmă
..
src 5b2ead28c2 Added tests for postgres node module with expressjs (#8561) 1 an în urmă
views 3790df3c9f changing express template engine from jade to pug (#3010) 7 ani în urmă
.npmrc f16626a51f node/mongo updates (#3141) 7 ani în urmă
README.md 6636cb0f52 Update node version for express (#6933) 3 ani în urmă
app.js cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 luni în urmă
benchmark_config.json ce782ff78c chore(JavaScript): removed obsolete benchmarks for "node-chakracore". (#9461) 7 luni în urmă
config.toml ce782ff78c chore(JavaScript): removed obsolete benchmarks for "node-chakracore". (#9461) 7 luni în urmă
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 luni în urmă
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 luni în urmă
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 luni în urmă
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 luni în urmă
express.dockerfile cd14f4af86 chore: set `keepAliveTimeout = 0` and upgrade docker image to `node:20.16-slim` for express, fastify, hapi, koa, nest. (#9447) 8 luni în urmă
graphql-mongodb-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) 2 ani în urmă
graphql-mysql-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) 2 ani în urmă
graphql-postgres-app.js 9a0a2d9fdb Upgrade to node.js 18.12.1 for expressjs (#7714) 2 ani în urmă
helper.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) 2 ani în urmă
mongodb-app.js 928006ddcf Upgrade to Node.js 20.12.2 for Express (#8946) 1 an în urmă
mysql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) 2 ani în urmă
package.json b68eb97afc Bump mongoose from 8.3.2 to 8.8.3 in /frameworks/JavaScript/express 8 luni în urmă
postgresql-app.js 065f4d20fb Mondify connection pool size from Express (#8353) 2 ani în urmă
resolver-mongo.js 9be9919eba Updating Node/MongoDB Handlers to Use Default _id Index (#7792) 2 ani în urmă
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) 6 ani în urmă
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) 6 ani în urmă
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 6 ani în urmă
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 6 ani în urmă

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