network-simple: Simple network sockets usage patterns.

[ bsd3, library, network ] [ Propose Tags ]

Simple network sockets usage patterns.

See the NEWS file in the source distribution to learn about any important changes between version.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
examples

Build examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.3.0, 0.3.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.0.5, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5
Dependencies base (>=4.5 && <5), bytestring, network (>=2.3 && <2.5), network-simple, stm, text [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013
Author Renzo Carbonara
Maintainer renzocarbonaraλgmail.com
Category Network
Home page https://github.com/k0001/network-simple
Bug tracker https://github.com/k0001/network-simple/issues
Source repo head: git clone git://github.com/k0001/network-simple.git
Uploaded by RenzoCarbonara at 2013-05-21T22:22:39Z
Distributions Arch:0.4.5, LTSHaskell:0.4.5, NixOS:0.4.5, Stackage:0.4.5
Reverse Dependencies 33 direct, 29 indirect [details]
Executables network-simple-example-chat-tcp, network-simple-example-echo-tcp
Downloads 20299 total (78 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for network-simple-0.2.0.1

[back to package description]

network-simple

Haskell library abstracring over simple network sockets usage patterns. Currently, only TCP sockets are supported. Support for UDP and Unix sockets is planned for future versions.

Check the source or rendered Haddocks for extensive documentation.

This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE found in this same directory for details.

See the PEOPLE file to learn about the people involved in this effort.