Joan Miquel fc69d3ae2d Add platform nodejs (#5645) 5 лет назад
..
db c4da8f45d5 replace orm frameworks to native drivers (#4329) 6 лет назад
views 957f10f570 Fastify - NodeJs Framework (#3955) 7 лет назад
.npmrc 957f10f570 Fastify - NodeJs Framework (#3955) 7 лет назад
README.md 957f10f570 Fastify - NodeJs Framework (#3955) 7 лет назад
app.js c4da8f45d5 replace orm frameworks to native drivers (#4329) 6 лет назад
benchmark_config.json fc69d3ae2d Add platform nodejs (#5645) 5 лет назад
create-server.js e60b3cf405 Squashed commit of the following: (#5569) 5 лет назад
fastify-mysql.dockerfile 93db22874d JavaScript: Update node version & Update mysql packages to fix reported vuln (#4809) 6 лет назад
fastify-postgres.dockerfile 93db22874d JavaScript: Update node version & Update mysql packages to fix reported vuln (#4809) 6 лет назад
fastify.dockerfile 93db22874d JavaScript: Update node version & Update mysql packages to fix reported vuln (#4809) 6 лет назад
handlers.js c4da8f45d5 replace orm frameworks to native drivers (#4329) 6 лет назад
helper.js c4da8f45d5 replace orm frameworks to native drivers (#4329) 6 лет назад
package.json e7561ab3f8 Update handlebars because of reported vuln 6 лет назад

README.md

Fastify Benchmarking Test

This is the Fastify portion of a benchmarking test suite comparing a variety of web development platforms.

Information about Fastify can be found at https://github.com/fastify/fastify

JSON Encoding Test

Data-Store/Database Mapping Test

Resources

Test URLs

JSON Encoding Test

http://TFB-server:8080/json

Data-Store/Database Mapping Test

MongoDB: http://TFB-server:8080/mongoose/

MySQL: http://TFB-server:8080/mysql-orm/

Variable Query Test

MongoDB: http://TFB-server:8080/mongoose/2

MySQL: http://TFB-server:8080/mysql-orm/2

Fortune Test

MySQL: http://TFB-server:8080/fortune

Database Update Test

MongoDB: http://TFB-server:8080/mongoose-update/2

MySQL: http://TFB-server:8080/mysql-orm-update/2