Event Subscription in Mendix

0
Hi, I want to implement a subscription event listener and was wondering, if Mendix offers any feature to do so. Concretely, I want to have different Users logged in and want one to click a button to send information (an Object or numbers) to all the others. It is important for this to happen in real time. That’s why I want to use a subscription listener which would somehow subscribe to a publisher. However, I couldn’t find anything in the Documentation so I figured I would have to use the JavaScript action in Nanoflows. Do you know any alternative that Mendix offers?
asked
2 answers
1

Hi Tom,

You could use the Pusher widget to accomplish this, see https://marketplace.mendix.com/link/component/107957. This widget makes use of Pusher.com which is a paid service, however, the free plan supports up to 100 connections, 200k daily messages.

Hope this helps!

answered
0

Thank you for your answer! I will have to evaluate if the free plan supports my interests but as far as I can see the pusher widget really fits my problem.

answered