Introduction to running WSGI in IRIS
With IRIS 2024+, users can host WSGI applications using Security.Applications
. As an example, a user can do something like this
Embedded Python refers to the integration of the Python programming language into the InterSystems IRIS kernel, allowing developers to operate with data and develop business logic for server-side applications using Python.