[Haskell-cafe] haskell tcp server

Nicolas Trangez nicolas at incubaid.com
Wed Jan 18 10:15:02 CET 2012


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




More information about the Haskell-Cafe mailing list