Updated list of public BitTorrent trackers
-
Updated
May 28, 2022
{{ message }}
Updated list of public BitTorrent trackers
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.4.
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++.
Professional backend framework for Node.js
A lightweight and scalable asynchronous WebSocket listener
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 resolveOnEvent with p-event that supports timeouts. I am think
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.
A monorepo for the ogma logger and related packages
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
[Deprecated] Nano-framework for Node.js. Use PRO version
Koa2 + Typescript = Koatty. Use Typescript's decorator implement IOC and AOP.
Websocket plug-in for Red5
Hi,
Thank you for Soketi, it looks great.
I'm struggling to find a list of all available environment variables for soketi. As an example, I'm trying to change the port soketi listens on by default. I think it listens to 127.0.0.1:6001 inside a docker container, which makes it impossible to connect to from outside the container. This is probably pretty easy to solve if I can just find the cor
HAPI plugin for seamless WebSocket integration
Small server wrapper around eufy-security-client library to access it via a WebSocket.
There are currently 2 enums files:
both are very similar. Let's create only one, with all enums at [./
Node.js implementation of SignalR protocol tailored for Bittrex exchange
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."
Hello, first of all congratulations for this library. It works great!
In pusher I can allow only authorized clients to connect in the server ->https://pusher.com/docs/channels/using_channels/authorized-connections/ .
Is this possible with Soketi? If yes, how can i enable it? (I don't want anyone to connect to websockets server, only the authorized)