ws-tools-hlh
ws-tools-package
ws-tools-package
Wrapper classes for managing web socket connections on the front and back end using [`ws`](https://www.npmjs.com/package/ws).
WS Assistant is a utility to help create and maintain web socket connections. It has two modules ([client](https://www.npmjs.com/package/ws-assistant-client) and [server](https://www.npmjs.com/package/ws-assistant-client)) which can work both with eachot
WS Assistant is a utility to help create and maintain web socket connections. It has two modules ([client](https://www.npmjs.com/package/ws-assistant-client) and [server](https://www.npmjs.com/package/ws-assistant-client)) which can work both with eachot
A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges
'ws-user' is a middleware used to authenticate an application.
 wsDuck is a module that lets you send websockets into "ponds," kinda like channels. # Examples **Attaching Ducky!** ```js const WebSocket = require("ws"); const wss = new WebSocket.Server({ port: 8080, client
router for WebSocket
provide event/payload structure with typescript & run-time safety to ws message events.
Package with WebSocket improvements
Provides a event emitter linked between clients and server using web socket (includes permission handeling)
## Install
A fast and simple pub/sub server and client using WebSockets and Node.js
WebSocket Server and Client implementation of the JSON RPC-2 spec
Wrapper over 'ws' package that adds some functionality: * Accepts an array where the first element is the name of the event as a string and the optional second element is the data. * Allows you to work with each event in a separate file * Allows you to co
The main priority is just to maintain a stable WS connection (which means it reconnects if the connection is lost), this is in no way shape or form intended for professional use, this is created just for the sake of not having to rewrite or handle the dis
Forward two websocket connection data, support text and binary
常用utils封装
A ws wrapper to eanble pub/sub like functions