Skip to content

Tooling to adapt node.js core functionality into RxJS

License

Notifications You must be signed in to change notification settings

dignifiedquire/rxjs.node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tooling to adapt node.js core functionality into RxJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published