R
R
Roger Martino2018-01-15 16:32:36
client-server
Roger Martino, 2018-01-15 16:32:36

Should the web server be separated from the server application?

Hello!
There is a website (back-end + front-end) and integration of the following functionality is required:
On the client side there will be a small Desktop application that needs to communicate with the main application. And the site acts as something of an interface. The user makes manipulations on the site, and the desktop application receives signals from the server and performs the work.
So tell me, in what situations should you write two different servers (one for the site, the other for the application), and when can you shove everything into one program? What are the rules of good taste and convenient development in this regard?
Please give a search vector, otherwise I lost my way :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ruchiev, 2018-01-15
@denis_bardak

you need to write an API for the application ....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question