H
H
H2way2019-12-04 17:07:32
Django
H2way, 2019-12-04 17:07:32

Django or laravel for specific tasks?

Good day to all, help with the choice.
It is necessary to make a program for the enterprise, mainly for the system administrator.
Inventory goals, and a little monitoring.
The main question is how easy it is to implement. (An important criterion is development time and simplicity, because this is not the main work and I can not do it.)
There are tasks that raise certain questions:

  1. Ping the network for the presence of equipment and the employment of ip addresses:
    • On django (python), it seems like you can asynchronously run through the ip of the network and servers, see the ping and write it to the database
    • On laravel(php) you can ping and write to the database, but the ping will be synchronous and in the 1st thread.

  2. I would like to put on shared hosting, beget seems to make it possible to raise both things at home. (I'm not sure)
  3. There is a possibility that more non-standard tasks will appear, monitoring printers, printing a report into a document, I have a strong belief that it will be much easier to do in python, but there is no evidence for this.
  4. Permissions - In laravel, they are not out of the box, but are set separately. As in django I would like to know.

The web was chosen for convenience - so that you can interact remotely.
At the moment I'm leaning more towards python django. I have a feeling that it will be faster to do it on it (I have no experience, but it's very interesting).
I have some experience with laravel, but basically all the tasks were very typical.
The question is very poorly formulated, I do not know how to correctly state the problems in the text, thank you for your understanding.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Plisko, 2019-12-04
@H2way

in php you can asynchronously work with the network on sekets or multicurl, or call any system utility for these needs. But if you don't know such basics, does it make sense to mess with php?
IMHO, there are more system libs in python that are useful for administration, there are admin panels like Ajenti

D
Dr. Bacon, 2019-12-04
@bacon

Yes, you will study Django longer, so write on what you can.
Shared hosting is already a sentence, don't overpower it. Yes, and how does this fit with the Wishlist scanning internal networks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question