I’m an engineer in a classical sense, I work with signal processing equipment, system integration, and also implement and manage corporate infrastructure. I’m not a web developer by trade, and have no such aspirations. I do however occasionally write specialized utilities for the business.
I wish to ask for a very specific thing. I would like a framework that would allow me to develop applications that will display in a web browser, developed in a desktop application manner, meaning not like traditional web development with separation of front-end and backend, separated by an API. I would like my application code to be monolithic and application be “rendered” on the server. In other words, I do not wish to (read: must not) write HTML, CSS, and JavaScript, that should be handled by the framework.
I found one such example:
Webswing Demo
This is pretty much perfect, I’m very proficient in Java and Swing. But. My company will likely not adopt Java, and Java runtime.
Are there other examples of this type of framework? How about something for scripting languages, like Python or PHP? Is there something like this for .NET?
I have a much better chance of adopting something if the webserver prerequisites come from official RHEL packages repos (CentOS/Rocky/Alma). My company avoids 3rd-party stuff for security reasons.
Please no troll answers like “just learn web development”, it’s not helpful and is not a career for me.