S
S
semki0962017-04-20 11:05:49
React
semki096, 2017-04-20 11:05:49

By what principle does the feature work when forms are synchronously filled in different browsers?

Jae don't know what tags to put with the question. Let's say I opened the site in two browsers. I fill out a form in one browser, and I see that the same form is synchronously filled in another browser. What is this technology and how does it work? Is the data written to the database?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
davidnum95, 2017-04-20
@semki096

Usually done through an intermediate server on web sockets, it is not necessary to write to the database. The principle is this: you write something in the first browser -> it is sent to the server via web sockets or just a post request -> the server sends it to all connected clients (browsers).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question