http - What ways are there for webpages to communicate with servers? -


all know of http , post requests.

on our school servers, can play games not others. seems cannot play games there real-time information. i'm thinking real-time information requires different method game communicate server, , method blocked.

what other ways there webpages communicate servers?

using get/put requests old-school way communicate webserver. once webpage has been loaded, can use java/flash applets, ajax, or websockets communicate webserver on separate connection without having leaving current page. allows bidirectional communication , real-time updating of webpage content.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -