| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 00:31:37 GMT
X-Served-By: cache-dfw-kdal2120124-DFW, cache-bom-vanm7210086-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768696297.539860,VS0,VE794
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
reflex-backend-socket: Reflex bindings for TCP sockets
reflex-backend-socket: Reflex bindings for TCP sockets

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:
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.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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.16), bytestring (>=0.10 && <0.12), containers (>=0.5 && <0.7), lens (>=4.15.4 && <4.20 || >=5 && <5.2), mtl (>=2.2 && <2.4), network (>=2.6 && <3.2), reflex (>=0.7.1.0 && <0.9), reflex-backend-socket, semialign (>=1 && <1.3), semigroupoids (>=5.2.2 && <5.4), stm (>=2.4 && <2.6), these (>=1 && <1.2), witherable (>=0.4 && <0.5) [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@jackkelly.name |
| Uploaded | by jack at 2022-05-21T03:39:40Z |
| Category | FRP, 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 |
| Distributions | |
| Executables | example-others, example-client, example-server |
| Downloads | 598 total (5 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2022-05-22 [all 3 reports] |