0
It is possible to define the method of data transmission from a website to a user so that it is Sícrono, Assícrono or Isorona?
0
It is possible to define the method of data transmission from a website to a user so that it is Sícrono, Assícrono or Isorona?
Browser other questions tagged networks
You are not signed in. Login or sign up in order to post.
As far as I know, as a network layman, Voce can use javascript to use asynchronous functions with
async
. If you want to do for example a chat, websockets would be a good one. I talked about websockets because Ajax is 'asynchronous'. The javascript itself is already synchronous. Now if I’m without notions, talking with nothing correct me.– Alex
What’s your definition of synchronous, asynchronous and that third chrono I’ve never heard of?
– Jefferson Quesado
Asynchronous - A physical medium is inactive for a certain time between two transmissions; Synchronous - Transmits the bits continuously, without idle time; Isochronous- In fact it is not a new mechanism, but it is like a way to use synchronous transmission.
– Tiago_Santos