V
V
Viktor2020-03-19 11:07:06
Programming languages
Viktor, 2020-03-19 11:07:06

Which language is best suited for this task?

There is a conditional script that makes a request for a certain resource and database every n seconds. The script should not stop and work around the clock. Tell me which language is best for this.
Our main language is PHP, but as I understand it, it is not the best choice for this. Or not?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Sharomet, 2020-03-19
@sharomet

The language you know will do.
If the main php then it is perfect for this task.
And so you can python, js.

D
DanielMcRon, 2020-03-19
@DanielMcRon

Python?

D
Dmitry, 2020-03-19
@MrKarton

node.js application with mysql2 modules, socket.io. Worth a resource. Receives queries to the database and responds to them.
any socket.io application with a timer that sends requests to node.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question