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

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