7 ms·
This sounds very similar to warp, the Haskell web server that is known for its high-performance on many-core machines. The Web Application Interface (WAI) is al
by aaronlevin 11y ago
This sounds very similar to warp, the Haskell web server that is known for its high-performance on many-core machines. The Web Application Interface (WAI) is also coroutine based (I believe): http://www.aosabook.org/en/posa/warp.html http://www.aosabook.org/en/posa/warp.html
- raksoras 11y agoSorry for the shameless plug but I just released HTTP server based on Lua coroutines (https://github.com/raksoras/luaw https://github.com/raksoras/luaw) that pretty much follows the exact design from the OP article.
- markpapadakis 11y agoThis is pretty cool. Thanks for sharing.