Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: how many feed instance can be create? #92

Open
stecapra opened this issue Apr 3, 2018 · 0 comments
Open

Question: how many feed instance can be create? #92

stecapra opened this issue Apr 3, 2018 · 0 comments

Comments

@stecapra
Copy link

stecapra commented Apr 3, 2018

Hi,
would affect performance or memory create a Follow.feed() instance with the proper filter on every request of the client or the feed instance should be a "singleton" in the server that get the change, and depending on it use the proper handler?
An example of what i'd like to do would be:

  1. the client connect to a certain url
  2. during connection, create a Follow.feed() that filter the documents change depending on, for example, the id of the user
  3. notify the client when a change happen

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant