simple-server: Simple Server interface

[ library, network ] [ Propose Tags ]

This library provides a very simple interface for creating a server that sends and recieves ByteString messages and attempts to remove concurrency so the programmer can focus on the functionality of the server. A simple ChatServer example is available in the Examples module


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3
Dependencies base (>=4 && <5), bytestring (>=0.9.2.1), concurrent-extra (>=0.7.0.5), containers (>=0.4.2.1), hashtables (>=1.0.1.7), network (>=2.4.1.0), time (>=1.4.0.2), unbounded-delays (>=0.1.0.5) [details]
License LicenseRef-GPL
Author Joseph Collard
Maintainer jcollard@unm.edu
Category Network
Uploaded by JosephCollard at 2013-02-12T15:27:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2332 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for simple-server-0.0.1

[back to package description]

simple-server