fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 60 forks source link

Proposal IO package #119

Closed stijnmoreels closed 5 years ago

stijnmoreels commented 6 years ago

Introduce IO package

IO package consists of reactive wrappers arround common .NET functionality such as files, http, ... making not only the usage of such operators easily; but also more reactive.

This is just a proposal

stijnmoreels commented 6 years ago

Maybe I should split these tests since they are not exactly unit tests?

panesofglass commented 5 years ago

@stijnmoreels, did you decide this was not a good idea, or did you close it just b/c it was old?

stijnmoreels commented 5 years ago

Maybe the reactive file system is a good idea, but I should rework some parts.

The reactive HTTP server/client is not such a good idea since frameworks like Saturn/Griaffe, Sauve, ... support asynchronous operations which you can use to fit your observable sequence.