-
Notifications
You must be signed in to change notification settings - Fork 21
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
Receive events from tarantool #22
Comments
Hi. You can send http query from tarantool by lua to nodeJS server and handle it. What's your purpose? If something like a tasks you can use https://github.com/tarantool/queue and do polling after some time interval. (I use this way in my project). |
Hi, Of course there are many workaround possible, but it would be nice if it would be possible natively. |
Protocol doesn't work in pub/sub mode in current version. You can do a polling only and on tarantool side send an answer on trigger. |
Hi, any plan to implement tarantool queue in Node.js just like go-tarantool and python do? Thanks |
Hi,
Thanks for your work!
Is there any way to send an event from tarantool to node js?
In the example the request is always initiated from node js but this limits a lot the interaction the 2 tools can have.
The text was updated successfully, but these errors were encountered: