Skip to content
#

websockets

WebSocket is a computer communications protocol, providing full-duplex communication channels for interaction between a web browser (or other client application) and a web server over a single TCP connection. The WebSocket protocol allows for sending messages to a server and receiving event-driven responses without having to poll the server for a reply, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open. In this way, a two-way ongoing conversation can take place between the client and the server.

Here are 108 public repositories matching this topic...

amazon-ivs-simple-chat-web-demo

⚠️ IMPORTANT ⚠️ This repository is no longer actively maintained and will be archived at the end of 2022. A basic live chat implementation built with WebSockets, that can be used in conjunction with Amazon IVS to build compelling customer experiences for live video streams with chat use cases.

  • Updated Apr 26, 2022
  • CSS

The Image Recognition and Processing Backend reference architecture demonstrates how to use AWS Step Functions to orchestrate a serverless processing workflow using AWS Lambda, Amazon S3, Amazon DynamoDB and Amazon Rekognition.

  • Updated Mar 5, 2024
  • CSS

Django-RealTime-WhiteBoard is a web application that enables users to collaborate on a virtual whiteboard in real-time. Developed using Django Channels and JavaScript, this app allows one user to draw while others watch and learn. Ideal for remote teams or classrooms, it delivers a seamless and dynamic platform for collaborative drawing.

  • Updated Jul 1, 2023
  • CSS

This Sample Web Application demonstrates the use of EnableX WebRTC Platform APIs to carry out one to one real time video calling. The main motivation behind this application is to demonstrate usage of APIs and allow developers to ramp up on app by hosting on their own.

  • Updated Oct 30, 2024
  • CSS

Created by Michael Carter, Ian Hickson

Followers
171 followers
Website
github.com/topics/websocket
Wikipedia
Wikipedia

Related Topics

long-polling polling