Nate 9d18b6e21b make sure all have versus key (#6265) 4 年 前
..
shared 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 年 前
warp-shared e64c452fdb Fix haskell fortune routes (#5845) 5 年 前
README.md 301bcf4bca Add framework Warp (#4571) 6 年 前
benchmark_config.json e64c452fdb Fix haskell fortune routes (#5845) 5 年 前
config.toml 9d18b6e21b make sure all have versus key (#6265) 4 年 前
stack.yaml 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 年 前
warp-shared.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 年 前

README.md

warp

This is the warp implementation of the benchmarking test suite comparing a variety of web development platforms.

Since warp is strictly a request controller layer, it is upto the user to pick their persistance layer and data flow. Therefore we can have multiple distinct implementations using different database backends/libraries in each sub directory.