Questions tagged as 'real-time'

1
answer

What is it and how does an RTA work?

Recently I read some questions about RTA and noticed there are not too many explanations. Looking a little deeper into this subject I came across some conceptual issues, nothing about coding.    A real-time application (RTA) is an application...
asked by 07.12.2017 / 13:17
0
answers

Plugin to create variable instance constructor at runtime

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 itself and already brings code with objects and variab...
asked by 24.08.2018 / 16:11
0
answers

Sadia real-time Python script in html with nodejs and python-shell

I'm trying to make a server that asks the user for a data, uses it as an argument in a python script, and shows the real-time output for the user in the browser. I'm using python-shell to call the python script and pass the arguments. Until now...
asked by 19.07.2018 / 19:36
1
answer

Realtime in JavaScript

I'm a beginner (not so much) in the programming area, and I came across the following situation: At globoesporte.com , specifically on the real-time broadcast pages of the games, when you open the Console I noticed that the content of the...
asked by 14.04.2018 / 22:50
1
answer

Error performing actual time request with XMLHttpRequest

I'm having an error in my Real Time request via XMLHttpRequest, follow the javascript code: function requisitar() { var base_url = window.location.origin; var xmlhttp; if (window.XMLHttpRequest) { xmlhttp = new XMLHttp...
asked by 12.02.2018 / 20:01