reflex-backend-socket: Reflex bindings for TCP sockets

[ bsd3, frp, library, network, program ] [ Propose Tags ]

reflex-backend-socket provides functions to handle sockets using Reflex Events. Sending/receiving/waiting/accepting are all performed on background threads.

The most important function in this library is Reflex.Backend.Socket.socket, which wraps a Socket to process Event t ByteStrings.

That Socket can come from:

  1. Reflex.Backend.Socket.Accept.accept, if you're making a server;

  2. Reflex.Backend.Socket.Connect.connect, if you're making a client; or

  3. Your favourite networking library.

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.2.0.1
Change log ChangeLog.md
Dependencies base (>=4.12 && <4.13), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.7), lens (>=4.15.4 && <4.19), mtl (>=2.2 && <2.3), network (>=2.6 && <3.2), reflex (>=0.5 && <0.7), reflex-backend-socket, reflex-basic-host (>=0.2 && <0.3), semialign (>=1 && <1.2), semigroupoids (>=5.2.2 && <5.4), stm (>=2.4 && <2.6), these (>=1 && <1.1), witherable (>=0.2 && <0.4) [details]
License BSD-3-Clause
Copyright (c) 2018-2019, Commonwealth Scientific and Industrial Research Organisation
Author Dave Laing
Maintainer dave.laing.80@gmail.com, jack.kelly@data61.csiro.au
Revised Revision 1 made by qfpl at 2019-10-29T05:00:34Z
Category Network
Home page https://github.com/qfpl/reflex-backend-socket/
Bug tracker https://github.com/qfpl/reflex-backend-socket/issues
Source repo head: git clone git@github.com/qfpl/reflex-backend-socket.git
Uploaded by qfpl at 2019-10-29T03:20:56Z
Distributions
Executables example-others, example-client, example-server
Downloads 501 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-29 [all 1 reports]