
Hello. I'm interested if there exists some library like warp but only for tcp. Or maybe some web page with skeleton for such server or with some variants, eg. concurent/single-threaded. I know that each service can have it's specific properties and realization, but there are many common things left. If it matter — my main task is to create server for protobuf protocol, maybe for such a task there are already created solutions. -- Alexander V Vershilov.

On Thu, 2012-01-19 at 13:12 +0000, Alexander V Vershilov wrote:
Hello.
I'm interested if there exists some library like warp but only for tcp. Or maybe some web page with skeleton for such server or with some variants, eg. concurent/single-threaded. I know that each service can have it's specific properties and realization, but there are many common things left.
If it matter — my main task is to create server for protobuf protocol, maybe for such a task there are already created solutions.
You could take a look at https://github.com/jamwt/haskell-scalable-server Nicolas
participants (2)
-
Alexander V Vershilov
-
Nicolas Trangez