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 178 public repositories matching this topic...
Websockets for Laravel. Done right.
-
Updated
Feb 7, 2024 - PHP
The source code of dashboard.spatie.be
-
Updated
Jan 26, 2024 - PHP
⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
-
Updated
Feb 13, 2022 - PHP
mirror of https://gitlab.com/minds/minds
-
Updated
Oct 31, 2024 - PHP
Simple WebSocket server implemented in PHP.
-
Updated
Oct 22, 2022 - PHP
Demo application to use with the Laravel WebSockets package.
-
Updated
Jul 25, 2022 - PHP
OWSAP Damn Vulnerable Web Sockets (DVWS) is a vulnerable web application which works on web sockets for client-server communication.
-
Updated
Mar 9, 2025 - PHP
Real-time Messenger for Laravel
-
Updated
Feb 14, 2019 - PHP
Laravel library for asynchronously serving WebSockets.
-
Updated
Oct 23, 2019 - PHP
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client
-
Updated
Oct 26, 2023 - PHP
PHP microframework designed to build a RestApi working together with a websocket server. Build a real time RestApi!
-
Updated
May 25, 2018 - PHP
Online chat based on web sockets
-
Updated
Jul 27, 2016 - PHP
This library contains the demo of commenting/posting realtime using CodeIgniter+AngularJS+Ratchet PHP Websocket
-
Updated
Sep 22, 2023 - PHP
Created by Michael Carter, Ian Hickson
- Followers
- 171 followers
- Website
- github.com/topics/websocket
- Wikipedia
- Wikipedia