Skip to main content
11 events
when toggle format what by license comment
Apr 8, 2016 at 4:25 vote accept learner1
Apr 8, 2016 at 0:32 answer added nhinkle timeline score: 3
Apr 6, 2016 at 18:52 history edited Sathyajith BhatMod CC BY-SA 3.0
deleted 6 characters in body; edited tags; edited title
Apr 6, 2016 at 18:33 comment added Ƭᴇcʜιᴇ007 builtwith.com/superuser.com :)
Apr 6, 2016 at 16:44 comment added Canadian Luke @Spokey Actually, it's called "Francis"
Apr 6, 2016 at 13:10 history migrated from superuser.com (revisions)
Apr 6, 2016 at 11:49 comment added Spokey @learner1 For example the pop-up that says how many new questions were asked since you last refreshed, the notification when someone up/down votes you or you get new reply. Clicking the actual notification will then trigger an AJAX request to return the data. Websockets create an on-going connection to the server to receive and respond to messages, but it's rarely used to actually deliver the content (use ajax instead)
Apr 6, 2016 at 11:44 comment added learner1 User notification you mean the response we get for any activity done ? @Spokey
Apr 6, 2016 at 11:42 comment added Spokey The technologies used are AJAX for content delivery and Websockets for user notifications. The script itself depends on the back-end configuration.
Apr 6, 2016 at 11:20 comment added jcbermu I don't know exactly how it works. However I'm sure that it uses AJAX. Whenever an event (new question, new answer, etc.) happens then through AJAX it updates the content. If you want to know about AJAX you can start here.
Apr 6, 2016 at 11:13 history asked learner1 CC BY-SA 3.0