KVKrishna vamsiinkrishna14.hashnode.dev·Jul 19, 2023 · 3 min readParcel's Core FeaturesWhat is a parcel? Parcel is a module bundler. A module bundler is a tool that takes multiple JavaScript or CSS files and their dependencies and combines them into a single, optimized file (or sometimes multiple files) for use in a web application. ...00
KVKrishna vamsiinkrishna14.hashnode.dev·May 23, 2023 · 2 min readWeb Sockets Vs Long/API PollingWebsockets and API polling are both methods for establishing communication between a client (such as a web browser) and a server. However, they differ in their approach and usage scenarios. Web Sockets : Websockets provide full-duplex communication ...00