jenriquez-techempower 740a16879c Fix express mysql (#4464) 6 سال پیش
..
views 3790df3c9f changing express template engine from jade to pug (#3010) 7 سال پیش
.npmrc f16626a51f node/mongo updates (#3141) 7 سال پیش
README.md 287916bcd1 Postgresexpress (#4068) 6 سال پیش
app.js 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) 7 سال پیش
benchmark_config.json 740a16879c Fix express mysql (#4464) 6 سال پیش
express-chakra.dockerfile 12813e17af Add Node-Chakracore (#3917) 7 سال پیش
express-graphql-mongodb.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 سال پیش
express-graphql-mysql.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 سال پیش
express-graphql-postgres.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 سال پیش
express-mongodb.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 سال پیش
express-mysql.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 سال پیش
express-postgres.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 سال پیش
express.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 سال پیش
graphql-mongodb-app.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 6 سال پیش
graphql-mysql-app.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 6 سال پیش
graphql-postgres-app.js 287916bcd1 Postgresexpress (#4068) 6 سال پیش
helper.js 287916bcd1 Postgresexpress (#4068) 6 سال پیش
mongodb-app.js 6fce84a278 WIP: Dockerify everything (#3457) 7 سال پیش
mysql-app.js 740a16879c Fix express mysql (#4464) 6 سال پیش
package.json 97c96edd49 Fix express vulnerability (#4076) 6 سال پیش
postgresql-app.js 287916bcd1 Postgresexpress (#4068) 6 سال پیش
resolver-mongo.js 287916bcd1 Postgresexpress (#4068) 6 سال پیش
resolver-postgres.js 287916bcd1 Postgresexpress (#4068) 6 سال پیش
resolver.js 287916bcd1 Postgresexpress (#4068) 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