Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.53 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.53 KB

rxjs.node

Build Status Coverage Status Dependency Status js-standard-style

Tooling to adapt node.js core functionality into RxJS

API

fromStream(stream)

Takes in a node-stream and returns a Subject.

toCallback(observable, cb)

Convert an observable into a node-style callback.

toPromise(observable)

Convert an observable into a promise. (Requires global Promise)

SocketSubject(options)

StreamSubject(options)

Acknowledgements

Thank you to all the contributors on these projects for going before me.