I have a requirement where I need to scrape the IBM mainframe(HOD) screen in a Dot net core web application with React JS as the front end.
I am using IBM UtilityBridge which is a COM component. I am able to make it work in my local machine on a console application but the problem we have is to make it work in a Prod environment. I want to explore option where the server in dot net or python and a HOD session in the client machine interact with each other if that is possible at all?