jenriquez-techempower 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 7 anos atrás
..
views 3790df3c9f changing express template engine from jade to pug (#3010) 7 anos atrás
.npmrc f16626a51f node/mongo updates (#3141) 7 anos atrás
README.md 3790df3c9f changing express template engine from jade to pug (#3010) 7 anos atrás
app.js 52ecdf9eb8 JS/Express fix update test and vagrant dev (#3255) 7 anos atrás
benchmark_config.json 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 7 anos atrás
express-chakra.dockerfile 12813e17af Add Node-Chakracore (#3917) 7 anos atrás
express-graphql-mongodb.dockerfile 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 7 anos atrás
express-graphql-mysql.dockerfile 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 7 anos atrás
express-mongodb.dockerfile 1d7509bbbe Node update to v10 (#3831) 7 anos atrás
express-mysql.dockerfile 1d7509bbbe Node update to v10 (#3831) 7 anos atrás
express.dockerfile 1d7509bbbe Node update to v10 (#3831) 7 anos atrás
graphql-mongodb-app.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 7 anos atrás
graphql-mysql-app.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 7 anos atrás
mongodb-app.js 6fce84a278 WIP: Dockerify everything (#3457) 7 anos atrás
mysql-app.js 6fce84a278 WIP: Dockerify everything (#3457) 7 anos atrás
package.json 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 7 anos atrás
resolver-mongo.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 7 anos atrás
resolver.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 7 anos atrás
routes.js 8d22d1a01b added graphql-express-mongodb to the express configurations (#4042) 7 anos atrás
schema.js 987944341f completed graphql-express-mysql implementation and passed tests (#4040) 7 anos atrás

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

Variable Query Test

MongoDB: http://localhost:8080/mongoose?queries=2

MySQL: http://localhost:8080/sequelize?queries=2