reflex-backend-socket: Reflex bindings for TCP sockets
reflex-backend-socket provides functions to handle sockets using
Reflex Event
s. 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 ByteString
s.
That Socket
can come from:
Reflex.Backend.Socket.Accept.accept
, if you're making a server;Reflex.Backend.Socket.Connect.connect
, if you're making a client; orYour favourite networking library.
Modules
[Index] [Quick Jump]
Downloads
- reflex-backend-socket-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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] |
Tested with | ghc ==8.6.5 |
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 | 562 total (0 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] |