[Haskell-cafe] Need programming advice for Network Protocol Parsing
Günther Schmidt
gue.schmidt at web.de
Wed Oct 27 14:20:32 EDT 2010
Hi all,
I'd like to write a client app that communicates with a server over TCP/IP.
My question is in regard which parser to use for the servers responses.
I'm quite familiar with parsec (2.x) but I'm not sure if it's the right
choice for this. The code would necessarily constantly be switching
between checking for input, interpreting and then responding.
Any suggestions?
Günther
More information about the Haskell-Cafe
mailing list