The latest version of reflex-backend-socket is 0.2.0.1-0.

reflex-backend-socket

Version 0.2.0.0 revision 1 uploaded by qfpl.

Package meta

Synopsis
Reflex bindings for TCP sockets
Description

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.

Author
Dave Laing
Bug reports
https://github.com/qfpl/reflex-backend-socket/issues
Category
Network
Copyright
(c) 2018-2019, Commonwealth Scientific and Industrial Research Organisation
Homepage
https://github.com/qfpl/reflex-backend-socket/
Maintainer
dave.laing.80@gmail.com, jack.kelly@data61.csiro.au
Package URL
n/a
Stability
n/a

Components