naushadh 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 роки тому
..
shared 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 роки тому
warp-shared 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 роки тому
README.md 301bcf4bca Add framework Warp (#4571) 6 роки тому
benchmark_config.json 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 роки тому
stack.yaml 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 роки тому
warp-shared.dockerfile 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 роки тому

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.