Index ¦ Archives ¦ Atom > Tag: software

Various Options To Deliver Real Time Notifications

If you wish to deliver (or) push data from your web server to your web application running in a browser in real time, you have 4 options at the time of writing this post (2022).

  1. Polling / Long Polling.
  2. Server Sent Events (SSE).
  3. Websockets.
  4. WebPush

Polling

Polling and Long Polling has …


Notes from Clean Architecture

These notes are from Clean Architecture book by Robert C.Martin (Uncle Bob) for my self-reference and will be updated as I progress through the chapters.

Part 1 - Introduction

  1. Both Architecture and Design points to same things in software development (Low-level and high-level details).
  2. The goal of Architecture is to …

© Prasanna Venkadesh. Creative Commons Attribution ShareAlike. Theme by Giulio Fidente on github.