samedi 26 décembre 2020

Convert console desktop application to web application [closed]

I wrote a console app for the desktop and wanted to ask what my options are for converting it to a web app.

The application itself was written in C # and is an interactive application in which the user performs an experiment, during the experiment, words are printed and the user writes down for each word an association that comes to him.

I am looking for a way for the app to be available on the web, basically what I want is for it to have a URL and users from around the world will be able to open it in a browser and perform the experiment. It's best for me if it stays in the style of a console since the app is simple and everything is already written in a way that suits the console (text-based inputs and outputs). I saw this video - https://www.youtube.com/watch?v=9QQSPFtZ6Uk and this article - https://www.codeproject.com/Articles/897746/Windows-Remote-Desktop-Application

But I'm not sure if that's what I should aim for, because it seems that the console is static and there is no interaction between the user and me.

If it is not possible to convert it directly and need to work with other technologies in order to build a new UI, I would be happy if you could guide me on what to look for in the subject because of my knowledge in the field of web and UI is not very strong.

Thank you




Aucun commentaire:

Enregistrer un commentaire