An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
-
Updated
Jul 26, 2021 - PHP
{{ message }}
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
arduinoWebSockets
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
A lightweight and scalable asynchronous WebSocket listener
Professional backend framework for Node.js
This is the error that I get when importing isomorphic-ws and bundling with rollup:
[!] Error: 'default' is not exported by node_modules/isomorphic-ws/browser.js, imported by node_modules/@holochain/conductor-api/lib.es/websocket/client.js
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
node_modules/@holochain/conductor-api/lib.es/websocket/client.js (10:7)
8:
Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.
[Deprecated] Nano-framework for Node.js. Use PRO version
Hi and thanks for this library, it really ease things up.
I have detected that when you use WebSocketServer and go and try to establish an HTTP connection to the websocket port the server crashes and closes.
While I obviously don't expect the WS server to work properly when being contacted by the wrong protocol it should fail silently, or at least, allow the programmer to specify an error ca
A monorepo for the ogma logger and related packages
Websocket plug-in for Red5
HAPI plugin for seamless WebSocket integration
Node.js implementation of SignalR protocol tailored for Bittrex exchange
Echo Server is a container-ready, multi-scalable Node.js application used to host your own Socket.IO server for Laravel Broadcasting.
There are currently 2 enums files:
both are very similar. Let's create only one, with all enums at [./
WebSocket RPC for aiohttp
Add a description, image, and links to the ws topic page so that developers can more easily learn about it.
To associate your repository with the ws topic, visit your repo's landing page and select "manage topics."
Sorry @victorperin, but I had to remove all timeout functionality because if the message is queued, it may cause the timeout for the confirmation event to expire even though the message has yet to be sent.
I did however replace the
resolveOnEventwithp-eventthat supports timeouts. I am think