JaeHyeok Kim 8dcc7b049f Fix node cluster for express (#7504) hace 3 años
..
views 3790df3c9f changing express template engine from jade to pug (#3010) hace 7 años
.npmrc f16626a51f node/mongo updates (#3141) hace 7 años
README.md 6636cb0f52 Update node version for express (#6933) hace 3 años
app.js 8dcc7b049f Fix node cluster for express (#7504) hace 3 años
benchmark_config.json 543ec196fb Update Express.js (node version) (#6706) hace 4 años
config.toml 543ec196fb Update Express.js (node version) (#6706) hace 4 años
express-chakra.dockerfile 0096f84ee9 Config for the new toolset (#6259) hace 4 años
express-mongodb.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) hace 3 años
express-mysql.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) hace 3 años
express-postgres.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) hace 3 años
express.dockerfile 5a8af419a2 Update Express.js (node version) (#7190) hace 3 años
graphql-mongodb-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) hace 4 años
graphql-mysql-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) hace 4 años
graphql-postgres-app.js 5f0ed7d292 Update Express (node version, packages, cluster mode) (#6139) hace 4 años
helper.js 287916bcd1 Postgresexpress (#4068) hace 6 años
mongodb-app.js 4ab1f4582f Update Express-mongodb query to pass the test (#4633) hace 6 años
mysql-app.js 740a16879c Fix express mysql (#4464) hace 6 años
package.json 5a8af419a2 Update Express.js (node version) (#7190) hace 3 años
postgresql-app.js 543ec196fb Update Express.js (node version) (#6706) hace 4 años
resolver-mongo.js 287916bcd1 Postgresexpress (#4068) hace 6 años
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) hace 6 años
resolver.js 94a694397d JavaScript: fix reported mysql/handlebars vulns (#4918) hace 6 años
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) hace 6 años
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) hace 6 años

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