A generic websocket connection with Zod schema validation and on message execution.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add author

+2 -1
+2 -1
package.json
··· 1 1 { 2 2 "name": "wah", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "Generic WebSocket action handler with Zod-based schema validation and typed message dispatch", 5 + "author": "vinerima", 5 6 "license": "MIT", 6 7 "main": "./dist/index.js", 7 8 "module": "./dist/index.mjs",