Most voted "real-time" questions
10 questions
Sort by count of
-
5
votes1
answer908
viewsWhat is and how does an RTA work?
I recently read some questions about RTA and noticed there are not many explanations about it. Looking a little deeper into this subject I came across some conceptual questions, nothing about…
-
1
votes2
answers2334
viewsHow to get the input value in real time?
I have this input that is hidden and disabled: <input type="text" disabled="" id="valorMascara" class="oculto" name="valorMascara"> there are two inputs type radio that sends value pro hidden…
-
1
votes1
answer30
viewsPlugin to create runtime variable instance builder
I need to create some tests using variables already instantiated at runtime, and instead of manually mounting, object by object, attribute by attribute, I would like some tool that automates this…
-
0
votes1
answer106
viewsReal Time in Javascript
I am beginner (not so much) in the programming area, and I came across the following situation: On the website globoesporte.with, specifically on the real-time broadcast pages of the games, when…
-
0
votes1
answer1648
viewsKnowing if input is focused or not in real time
Hello, I would like to make a condition in javascript where the input is focused, a label stay none and when the person clicks off it and "blurs", the label reappear. But I don’t know how to make…
-
0
votes2
answers348
viewsUsing radio input and doing real-time operations with javascript
About teaching, I want the beginner class to cost 20 per lesson and the advanced 40, differentiating using radio buton, and the amount of class with input type range, but I don’t know much about js…
-
-1
votes1
answer48
viewsError when making real time request with Xmlhttprequest
I have an error in my Real Time request via Xmlhttprequest, follow javascript code: function requisitar() { var base_url = window.location.origin; var xmlhttp; if (window.XMLHttpRequest) { xmlhttp =…
php javascript xmlhttprequest realtime-database real-timeasked 6 years, 10 months ago Alisson Maciel 141 -
-1
votes1
answer350
viewsHow can I create a loop per seconds in python without Sleep or delay
I’m developing a programming for EV3, with python, and what I wanted to know is: How can I create a loop per seconds, IE, I want that in a certain time in seconds, the robot does the actions…
-
-2
votes1
answer28
viewsUpdate array without having to wait for another user to log in
I am chatting with Node.js and socket.io, I have an error in listing the values of an array, the array of users. I put a <ul></ul> with an id and nothing else. follow the prints below…
-
-3
votes1
answer54
viewsHow do I run my code asynchronously and in real time or with each given time span?
I need to know how to run this code on my server, asynchronously and in real time, or every 5 minutes, for example. String asB64 =…