reflex-backend-socket
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; or Your favourite networking library. [Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candidates
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
almost 4 years ago
0.2.0.1
almost 4 years ago
Versions
2
2
Downloads
598 total
598 total
Loading...
Readme
Loading...
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
Repository
| Stars | 8 on GitHub |
| Forks | 2 on GitHub |