What is the preferred way of passing data between two applications on the same system?

前端 未结 6 1356
情书的邮戳
情书的邮戳 2020-12-05 06:07

I have an application (A) that needs to launch another application (B). I need to pass data between the applications. I can think of two approaches. The first is to open

6条回答
  •  Happy的楠姐
    2020-12-05 06:18

    I would agree somewhat with Juan Zamora M except that the service providing the data should have an API that can be requested when needed not pushed when changed via listeners.

提交回复
热议问题