|
|
|
|
|
by coderzach
4151 days ago
|
|
It would be trivial to pipe the output of the stream to the `client` yourself. The benefit of that being that rethink doesn't have to auth the clients. This is a preferred solution because the only efficient alternative is to inspect every insert or update, manually determining which clients care about those changes. |
|