websockets

Recent in

websockets

Building a Real-Time Chat Application with Websocket
websocket

Building a Real-Time Chat Application with Websocket

https://hackernoon.com

WebSockets are a technology for creating real-time, bi-directional communication channels over a single TCP connection. They help build applications that require low-latency, high-frequency communication, such as chat applications. We will use Node.js as the server-side language and React as the client-side technology.

Scofield IdehenJan 17, 2023
How to Stream Real-Time Heart Rate with WebSockets
websockets

How to Stream Real-Time Heart Rate with WebSockets

https://hackernoon.com

WebSockets are a technology for bidirectional, real-time communication between a web browser and a server. They allow for full-duplex communication, meaning that the server and the client can both send and receive data simultaneously. The WebSocket protocol uses the HTTP protocol to initiate the connection, but once the connection is established, the WebSocket Protocol takes over. This allows for efficient and fast communication between server and client.

Kyriakos EleftheriouDec 22, 2022
WebSockets vs.
websockets

WebSockets vs.

https://hackernoon.com

Websockets and webhooks enable real-time communication between a client and a server. Websockets are a full-duplex communication protocol that allows bi-directional communication between the client and the server. WebSockets are better suited for applications that require frequent communication, such as notifications or alerts. Webhooks are a one-way communication protocol which only allows the server to send data to the client.

KyriakosDec 19, 2022
Newsletter

Let's keep in touch

Benefit from a weekly updates, coding challenges and helpful resources around software development.

Your privacy is important to us. We promise not to send you spam!