JaeHyeok Kim 34d5e4b63c Update fastify (node version, dependencies) (#6395) 4 سال پیش
..
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 سال پیش
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 سال پیش
create-server.js 2302ee4df9 Fastify 3 (#5869) 5 سال پیش
fastify-mysql.dockerfile 34d5e4b63c Update fastify (node version, dependencies) (#6395) 4 سال پیش
fastify-postgres.dockerfile 34d5e4b63c Update fastify (node version, dependencies) (#6395) 4 سال پیش
fastify.dockerfile 34d5e4b63c Update fastify (node version, dependencies) (#6395) 4 سال پیش
handlers.js c4da8f45d5 replace orm frameworks to native drivers (#4329) 6 سال پیش
helper.js c4da8f45d5 replace orm frameworks to native drivers (#4329) 6 سال پیش
package.json 34d5e4b63c Update fastify (node version, dependencies) (#6395) 4 سال پیش

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