Marco Talento 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
..
handlers 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
models 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
views 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
.npmrc 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
README.md 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
app.js 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
benchmark_config.json 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
create-server.js 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
fastify-mysql.dockerfile 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
fastify-postgres.dockerfile 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
fastify.dockerfile 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
helper.js 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година
package.json 957f10f570 Fastify - NodeJs Framework (#3955) пре 7 година

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