Cannot call nanoflow from microflow

0
Hi All,   I have a question to ask. Can anyone help me understanding that why we cannot call a nanoflow from microflow but can call a microflow from nanoflow. 
asked
1 answers
1

Hi Mehak,

Nanoflow run on client side which is on browser , thats why they can run offline also and in any offline application 
if you need data from server you can pull or once you go online . So client side can give a call to server because server is known .

Now assume the reverse situation if you try to give a call to client side from server how you know where you pass the call client will be unknow . Not at all possible . That's 
websockets are used when you want to push real time data 

answered