WebSocket Based Communication APIs
यह Communication API जो है वह Exclusive Pair Communication Model को follow करता है। इसलिए यह client और server के मध्य bi-directional और full duplex कम्युनिकेशन की अनुमति देता है। इसमें प्रत्येक message को भेजने के लिए नए connection को setup करने की जरूरत नहीं पड़ती। इसमें सिर्फ एक बार ही handshake mechansim के द्वारा connection को setup करने की जरूरत पड़ती है। web socket based कम्युनिकेशन, throughput की आवश्यकताओं को बढ़ा देता है और कम्युनिकेशन में होने वाली देरी (latency) को कम करता है। इस API में network traffic भी घटता है। webSocket उन IoT applications के लिए उपयोगी है जिनकी latency कम होती है या जिन्हें high throughput की आवश्यकता होती है।
WebSocket Based Communication APIs
This communication API follows the Exclusive Pair Communication Model. Therefore it allows bi-directional and full-duplex communication between the client and server. In this, there is no need to setup a new connection to send each message. In this, the connection needs to be setup only once through handshake mechanism. Web socket based communication increases throughput requirements and reduces communication latency. Network traffic also decreases in this API. webSocket is useful for IoT applications that have low latency or require high throughput.