Tutorial Sight
  • Home
  • About me

WebSocket

A collection of 2 posts
WebSockets with Node JS - Create a chat application
WebSocket

WebSockets with Node JS - Create a chat application

Introduction WebSockets allow real-time functionality in apps by allowing bidirectional, small data transfers over a single persistent connection. They are easy to use in the front end as they have built-in APIs in modern browsers, and some libraries make them even more convenient to use. In this guide, I'
Jan 16, 2023 7 min read
WebSockets vs HTTP - What WebSockets are and how they differ from HTTP connections
WebSocket

WebSockets vs HTTP - What WebSockets are and how they differ from HTTP connections

WebSocket API WebSockets are a communication protocol that enables real-time, bidirectional communication between a client and server, using a single TCP connection. Unlike traditional HTTP connections, which rely on the request-response communication model, WebSockets establish a persistent connection between the client and server. WebSockets are mainly used in web applications
Jan 15, 2023 4 min read
Page 1 of 1
Tutorial Sight © 2025
  • Privacy Policy
  • Contact Us
Powered by Ghost