javascript - Cross-Browser Communication -


i designing website requires host , client websites. host set (a session), , clients connect host using id specific session.

i have considered how facilitate communication, , going have both clients , host periodically query , update database holds current states of clients , host communicate new options , changes - wondered if possible, using javascript [or something], them connect , communicate directly?

the communication simple messages - single strings communicate current state , stuff that.

im pretty proficient in javascript/html/css, happy learn if there better job of setting up.

thanks! alex

you try httprelay.io, requires no additional libraries , can used simple http client client communication.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

How to pass json object using PHP in Wepay API -