I built a full stack e-commerce website with the MERN stack. Here are 5 things I learnedSep 7, 2023·3 min read·71
Different ways of handling real-time data (Long Polling, Short Polling, WebSockets)Before we even discuss the various ways of handling real-time data. Let's first understand how data is transferred in the normal circumstances aka. HTTP requests. As shown below, HTTP requests work pretty straightforward, client sends some request th...May 24, 2024·5 min read·91