H
H
hatman2018-01-27 15:18:07
Java
hatman, 2018-01-27 15:18:07

Does .net/java provide benefits for small web services?

It is planned to develop a control panel for social networks (scheduled posting, posting, monitoring competitors, working with images and videos, etc.).
Will the .net/java(spring) platforms give resource advantages when working with graphics and video, compared to php/python/ruby scripting options.
And is .net/java(spring) suitable for such small projects, given the cost of development and maintenance?
Ps I perfectly understand that you can develop on both, but I'm interested in the benefits of using .net / java, taking into account the use of resources.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2018-01-27
@hatman

It is planned to develop a control panel
these are the "levers" for controlling the "engine".
deferred posting, posting, monitoring competitors, working with images and videos, etc.
it is the "engine" itself, which is implemented by micro-services.
Your question is about levers.
If the tasks of the "engine" require high speed of execution, these are microservices that are implemented (as a rule) in C and run as daemons in the OS.
Otherwise, it doesn't matter what to create on: you won't see any difference or performance gain.
PS: Much depends on the correct logic of the implemented algorithm, correct caching and indexing of the processed data!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question