Implementing Chat Functionality between two applications

4
Hello Every one , I have a requirement of Implementing Chat Functionality between two applications. i.e, If I Send Hi from One User in First Application It need to reflect in Second application and Vice-versa. Any one know how to Achieve this Requirement will be appreiciable Thanking you
asked
1 answers
1

Are both applications Mendix applications? Then I think you'll need a module like Pusher https://docs.mendix.com/appstore/modules/pusher to get events from client to client.

If your backend chat app is something like Drift it's as simple as placing a piece of Javascript on your page layout with the HTMLsnippet widget from the Appstore to get the chat popup, just like a regular helpdesk or sales chatwindow/bot on any other site.

A webinar of last year by Mendix maybe covers some of your questions: https://youtu.be/3-s2ucSq5tw

answered