iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

Cannot build for browser #24

Open ssured opened 11 years ago

ssured commented 11 years ago

Thanks for this great Node listener!

In the readme you tell about (beta) browser support. I think it would be great to have a solid _changes follower from the browser. Bad thing is I could not build the project using rake.

rake aborted!
Don't know how to build task 'feed.js'
/Users/sjoerd/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval'
/Users/sjoerd/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => default => export
(See full trace by running task with --trace)

Am I doing something wrong, or is follow not browser compatible anymore?

mandric commented 11 years ago

Just wondering, any updates on a browser-based follow?

jhs commented 11 years ago

Yes! We are shoring up browser-request support, and with eventsource support now in CouchDB, I think that is how the implementation will work.

https://github.com/iriscouch/browser-request/issues/12