E
E
Eugene Lerner2021-01-28 17:35:03
Windows Server
Eugene Lerner, 2021-01-28 17:35:03

How to make saas service on windows server?

Hello! There is a windows program installed on a windows server. how to make sass server so that users can access it from any browser?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vasily Bannikov, 2021-01-28
@vabka

Make a web application that will call this program and return the result of execution.
The most general question = the most general answer.

D
Dr. Bacon, 2021-01-28
@bacon

In the general case, there is no way to do it, in the particular case - the program must have an interface for interacting with the web or middleware, i.e. API, there are a lot of options, REST, SOAP (especially popular with any windows-base services), GraphQL, a bunch of RPC-like ones, and of course, the program must be written taking into account the work in a competitive environment.

A
Alexey Dmitriev, 2021-01-30
@SignFinder

Put the program in RemoteAPP and connect to it via the remote desktop web client
https://docs.microsoft.com/ru-ru/windows-server/re...
It will be launched from the browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question