G
G
Gentleman6712019-02-25 20:27:39
Django
Gentleman671, 2019-02-25 20:27:39

Which framework to create a client-server application to choose?

Good evening, there is a task to implement a client-server application for monitoring the work of employees at their workplaces. The server should be a site with an admin panel, into which data will be collected from the clients installed on the employees' computers (custom Python scripts sitting in the background). For example, processes running on the PC, images from the PC, network connection data, etc.
In plans to do it all on Django + Django Rest Framework, the question is how correct and generally feasible this approach to this particular task using the above frameworks is, after all, Django is created for web applications where the browser is the client, and not scripts.
I will also be glad if you suggest any more convenient and suitable tools for the task (preferably related to Python). Perhaps, due to my stupidity, I radically incorrectly looked at this task.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
krassm, 2019-02-26
@krassm

any

Z
Zanak, 2019-02-26
@Zanak

And what about the rest?
1. You have a service running on a workstation that should upload pictures to the server. if you absolutely want to use http, use http.client as an option.
2. as an option, you can file your client / server to deliver screenshots to the admin panel. you can get by with regular modules .
3. but the viewer, what the stations poured for you, can be washed down on anything, for example, on django.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question