Nate 79de92f5b9 Add Meteor framework and node updates (#4127) 6 년 전
..
handlers 4d916064d1 Refactor koa (#3433) 7 년 전
models 6fce84a278 WIP: Dockerify everything (#3457) 7 년 전
views 31a123687a upgrade to koa v2, copy everything from hapi (#2769) 8 년 전
.npmrc f16626a51f node/mongo updates (#3141) 7 년 전
README.md 31a123687a upgrade to koa v2, copy everything from hapi (#2769) 8 년 전
app.js 4d916064d1 Refactor koa (#3433) 7 년 전
benchmark_config.json 4d916064d1 Refactor koa (#3433) 7 년 전
create-server.js 4d916064d1 Refactor koa (#3433) 7 년 전
helper.js 4d916064d1 Refactor koa (#3433) 7 년 전
koa-mysql.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 년 전
koa-postgres.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 년 전
koa.dockerfile 79de92f5b9 Add Meteor framework and node updates (#4127) 6 년 전
package.json 4d916064d1 Refactor koa (#3433) 7 년 전

README.md

Koa Benchmarking Test

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

Information about Koa can be found at https://github.com/koajs/koa

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