GLA Summit 2022/LabVIEW - Coexisting with Other Programming Technologies

From LabVIEW Wiki
Jump to: navigation, search

LabVIEW - Coexisting with Other Programming Technologies by Saravana Kumar Muthusamy

Nowadays, we are coming across a lot of use cases and environments, where multiple programming technologies are used together to leverage the advantage of each technology. This also depends on various personal or group choices as well. This is leading to the need for software developers, especially those who are developing software frameworks to build scalable software that can support multiple programming technologies.

One type of scalability that we can provide is allowing the software plugins to be developed with any other technology and developing the framework in such a way that it can work with those plugins. To do this kind of architecture, gRPC technology that is getting traction recently can be used. GRPC is like a communication interface that allows communication between different software pieces irrespective of the technology/language being used.

We will be discussing how to leverage gRPC to build a software framework that can work with many programming languages with some examples.

Presentation Links

See Also

External Links