-
Updated
Jun 2, 2020 - PHP
#
ws
Here are 177 public repositories matching this topic...
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
Misaka-0x447f
commented
Feb 17, 2019
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++.
-
Updated
Jun 12, 2018 - C++
A lightweight and scalable asynchronous WebSocket listener
-
Updated
Apr 17, 2018 - C#
Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.
-
Updated
May 26, 2020 - JavaScript
Isomorphic implementation of WebSocket (https://www.npmjs.com/package/ws)
-
Updated
Sep 5, 2019 - JavaScript
nodejs
javascript
client
socket
node
websocket
cluster
realtime
javascript-client
ws
minimalistic
uws
-
Updated
May 20, 2019 - TypeScript
Nano-framework for Node.js
-
Updated
Jun 2, 2020 - JavaScript
Websocket plug-in for Red5
-
Updated
Nov 15, 2018 - Java
HAPI plugin for seamless WebSocket integration
-
Updated
Feb 11, 2020 - JavaScript
7
artbred
commented
Jul 10, 2019
Hello, i have a one question and it will be great if you answer it
In constructor i use resyncOrderBooksAutomatically, however i do not get how to catch those resyncs and store them in my variable?
yarsky-tgz
commented
Feb 6, 2020
We found such hackish solution for now (oldRoute is function which configures router):
const router = new Route();
app.use('/auth/api', router);
oldRoute(router);
app.use('/', router);
oldRoute(router);waiting for better solution
jonnylin13
commented
Apr 29, 2019
- Located in popup.html and popup.js
-
Updated
May 17, 2020 - TypeScript
-
Updated
Dec 2, 2019 - TypeScript
WebSocket RPC for aiohttp
-
Updated
Jun 2, 2020 - Python
A monorepo for the ogma logger and related packages
json
rest
module
logging
monorepo
rpc
gql
ws
interceptor
nest
json-logging
ogma
nestjs
mtx
nestjs-ogma
-
Updated
May 25, 2020 - TypeScript
A block chain lib
-
Updated
May 12, 2020 - Rust
Pipe Node.js streams over WebSockets (with back-pressure!).
-
Updated
Nov 10, 2018 - JavaScript
A lightweight RFC 6455 (Web Socket) implementation for Qt5 (C++)
-
Updated
Apr 18, 2020 - C++
Improve this page
Add a description, image, and links to the ws topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ws topic, visit your repo's landing page and select "manage topics."
https://github.com/Links2004/arduinoWebSockets/blob/c038f100d68b8e5d0a96f25dd1609ff28592b02f/src/WebSocketsServer.h#L128
I need to override default handleHeader to support for POST/OPTIONS other methods since running a simple web server on top of WebSocket one.
I have requested in the past that virtual is added to handleNonWebsocketConnection but now realized same is needed for handleHeader,