
21 Oct
2014
21 Oct
'14
4:04 a.m.
On 10/21/14, Jeffrey Brown
There is a UDP library http://hackage.haskell.org/package/network-conduit-0.6.1.1/docs/Data-Conduit... for Haskell, which I presume could serve as an alternative to the RWH code, but I don't understand it.
Here's a fully working UDP echo server: http://www.haskell.org/pipermail/haskell-cafe/2007-January/021280.html No special package needed, merely import the humble, dependable Network.Socket. -- Kim-Ee