networking - Haskell network package documentation -
I want to experiment with network programming in Haskell I have the problem that the network
package The documentation is very rare for me, especially the one I want to use.
Do you know about some other references or have clearly written projects where I can see how to use it? Is network
There are no good alternatives to the network .Set only binding for the Berkeley Socket API you should read in network programming.
EDIT: If you are * on the nick, look at the man page for the socket, pack, listen, accept, connect, rec, send and family. It does not matter to your OS, there are some high level packages too (eg :,) You should see that what you want to do is not communicated (and not included in the gritty details).
Comments
Post a Comment