zoellner / gmail-batch-stream

Streaming interface to Gmail API using batch requests
MIT License
8 stars 2 forks source link

Support RxJS? #4

Open motin opened 5 years ago

motin commented 5 years ago

This is a great addition to the world of open source! Thanks! However, with highland.js at 3k stars and rxjs at 16k stars, rxjs seems to have a wider adoption than highland.js. Is this library using any highland.js-specific features? If not, is supporting RxJS an option?

zoellner commented 5 years ago

This library uses highland quite extensively, so supporting a different streaming library would require a rewrite I'm not familiar with RxJS but seems to have a big focus on client side JS.

I'll leave the issue open for a while to see if there are any +1s on this.