Answer the question
In order to leave comments, you need to log in
How to properly implement a desktop client for a web application?
There is a web application (a very simple store) and you need to write a desktop application for it. There are a couple of questions on how best to do it:
Answer the question
In order to leave comments, you need to log in
An ideal solution would probably be an API for accessing data, and on the basis of this data, you can already build a web face or desktop or mobile application.
JSON Web Token and API, implemented in any language and platform, it seems to me that it will do
1. Sockets for constant exchange, if you need to quickly receive data from the server. It can be corrected.
AJAX if data is requested as needed.
2. Use SSL and don't worry about the session key
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question