HTML Refresher and Detailed Study - Part 8
Last updated on 14 May 2026 Post series: Part 1 , Prev Part (7) Contents Web Push API How Service Workers get Push Notifications (Web Push) from a server like in a chat application How small browser vendors handle Web Push infrastructure needs Tutorial Videos on Push Notifications (Web Push) JavaScript does not have interface keyword; Web IDL uses interface term which does not map directly to Java/C++ interface Akhilesh Rao Web Push, Service Worker and Notification tutorial Running and testing app Push Services queues messages for TTL if destination device is disconnected from Internet Vanilla JS Chat with WebSockets Difficult to get tutorial combining vanilla JS, WebSockets and Service Worker Vanilla JS Real-Time Chat with WebSockets Tutorial Text Articles socket.io package is very popular for JS real-time applications; socket.io overview Vanilla JS Real-Time Chat with WebSockets Tutorial Video Broadcast functionality is no...