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), concurrent-extra (>=0.1), containers (>=0.4), hashtables (>=1.0), network (>=2.4), time (>=1.4), unbounded-delays (>=0.1) [details]
License LicenseRef-GPL
Author Joseph Collard
Maintainer jcollard@unm.edu
Category Network
Source repo head: git clone https://github.com/jcollard/simple-server.git
Uploaded by JosephCollard at 2013-02-17T04:59:12Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2335 total (7 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 simple-server-0.0.3

[back to package description]

simple-server