K
K
kealman2013-12-07 03:58:35
PHP
kealman, 2013-12-07 03:58:35

Are there client-side technologies for interacting between the desktop and the web other than Java?

Colleagues, here is the question. Are there client-side technologies for interacting between the desktop and the web other than Java? In particular, is it possible to check the authenticity of a user trying to log in using a desktop application? Interested in direct interaction, roughly speaking, the browser <-> application. Thanks

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
Gregory, 2013-12-07
@zxspectr

Look towards the REST API, it might work.
Verification can be implemented on tokens. Passing it on requests.
api.mail.ru/docs/guides/restapi

A
Alexey Sundukov, 2013-12-07
@alekciy

Correct option: using OAuth2, the application receives a token, uses it and interacts with the server.

A
Alexey Sundukov, 2013-12-07
@alekciy

@kealman

browser <-> application.

What for? If the application can establish network connections, then it should immediately go to the server.

T
Timur, 2013-12-07
@timych

Why is there another application for authorization? Better then complicate the authorization algorithm on the server. But why fence the garden. You get a strange scheme: client> client> server. Moreover, it is not clear how you are going to check the presence of the app on the computer from the web client - fasten the applet? There is a proven scheme: client - server. Let the client be one thing, either a desktop application or a web client. IMHO of course.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question