Gist-powered reveal.js presentations
-
Updated
Jan 11, 2025 - CSS
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.
Gist-powered reveal.js presentations
A secure synchronous lightweight chatroom with zero logging and total transience
Multi-user multi-room Chat Web Application built with Nodejs and socket.io
The source code for the second project in the course "Working with websockets in Go"
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.
Repository for the talk `Building real time applications with Django and Channels`
Basic Chat Room Application
Flash Comments - Realtime Live Commenting using Pusher & Websockets
A Go Fiber based Featureful Chatroom Application.
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.
An MQTT Client built with Laravel, Livewire and WebSockets.
This plugin for the Elgato StreamDeck allows for better control of OBS when using Studio Mode.
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.
It is a Live chatting Application used for Group chats which has been developed by me using springboot, Websockets, STOMP protocol & message broker mechanism
Jitsi video chat integration on top of React with Websockets to provide real time interactions between participants, create rooms and share screens.
HandwrittenDigitRecognition、FlowerRecognition、LotteryOnline and ChatInWeb based on Tornado and Tensorflow
NIELIT Anonymous Chat is a real-time chat application with message storage, abusive language filtering, and automatic chat clearing at midnight. The app is built using Flask, Flask-SocketIO, MongoDB, and WebSockets.
Real time chat with AI girl using Google Gemini model
Created by Michael Carter, Ian Hickson