Difference between Nanoflow and Microflow

1
Hi everyone, so I still can’t understand the difference between nanoflow and microflow and when it would be appropriate to use either one of them.
asked
2 answers
2

I believe that a nanoflow is client-side and a microflow is server-side. You want to use nanoflow when you want to run a JavaScript command but if you want to use Java action you use microflow. Nanoflows can also run directly on the browser/device and can be used in an offline app)

answered
0

Please follow this URL https://docs.mendix.com/refguide/nanoflows.

Microflow and nanoflow, both allow the express the logic of our application.Microflow runs at runtime server so we can’t use in offline app.For this situation we use nanflow for offline app

answered