Nate e64c452fdb Fix haskell fortune routes (#5845) 5 年之前
..
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 年之前
stack.yaml 33a3d5b53d Restructure Haskell/Warp for db modularity. (#4595) 6 年之前
warp-shared.dockerfile 623418289e Some QoL Stuff (#5604) 5 年之前

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.