-
Notifications
You must be signed in to change notification settings - Fork 48
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
How use without React #44
Comments
Take a look at https://github.com/mikemintz/rethinkdb-websocket-client it
has an example in the README and a tutorial explaining how to use it
without react.
…On Thu, Oct 19, 2017 at 12:39 AM eportico ***@***.***> wrote:
Hi,
I'm building a rethink server using your modules server, client and react
to replace layer data in Meteor projects. I want use subscription to
changefeeds and simple query, but without React. How I can use this module
? Could you give me a short example without react componet. I don't know
how use Subscription Manager and QueryRequest.
thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#44>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AACCAPBDHRHiIiLLKbQBtaHs1lphc4Xfks5stvyqgaJpZM4P-0M->
.
|
Hi, |
I think you'd have to port it to meteor and change it to adapt to how
meteor does lifecycle
…On Thu, Oct 19, 2017 at 1:26 PM eportico ***@***.***> wrote:
Hi,
I know use with websocket client , but I want use the subscription manager
and changefeed what you have developed in this respository. It's nice
Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACCAIFTbCtc75ibxcxv6Gc4Xdwz0IuLks5st7CNgaJpZM4P-0M->
.
|
I don't know how use your classes to do a simple example of subscription with changefeed. regards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm building a rethink server using your modules server, client and react to replace layer data in Meteor projects. I want use subscription to changefeeds and simple query, but without React. How I can use this module ? Could you give me a short example without react componet. I don't know how use Subscription Manager and QueryRequest.
thanks.
The text was updated successfully, but these errors were encountered: