Does Mendix have Frontend Integration Options ?

0
what i mean by that is frontend integration means the code in the browser can communicate/integrate with the server and examples plz, like can i add disqus and similar to that to my application in mendix ?
asked
2 answers
1

Integrating Disqus into Mendix, using the Mendix app to read and post in a Disqus group, call the disqus-apis from your Mendix app and create your interface in normal Mendix pages. No need to anything more complex than calling the Disqus api’s and creating some Mendix pages, so no need for Javascript or any other tricks, Just normal Mendix.

If you want to do it from the frontend anyway, have a look at Native REST.

answered
0

Ibrahim, guessing you want to have access to data from the domain model. Have a look at the documentation about microflows. Or please try to rephrase your question.

answered