UNPKG

@trap_stevo/ucr

Version:

The ultimate event routing solution for dynamic, filter-driven, TTL-enforced communication. Build intelligent, reactive communication layers across clients or processes — with deep filter matching, TTL-based cleanup, customizable operators, and smart broa

54 lines (53 loc) 1.86 kB
{ "name" : "@trap_stevo/ucr", "version" : "0.0.0", "description" : "The ultimate event routing solution for dynamic, filter-driven, TTL-enforced communication. Build intelligent, reactive communication layers across clients or processes — with deep filter matching, TTL-based cleanup, customizable operators, and smart broadcast control.", "main" : "dist/cjs/UCR.js", "exports": { ".": "./dist/cjs/UCR.js" }, "scripts" : { "build": "babel src -d dist/cjs --env-name cjs", "start" : "node ./demos/ucrDemo.js" }, "keywords": [ "Legendary", "Enlightened", "Steven Compton", "Magical", "event-router", "packet-filtering", "interest-management", "multiplayer-networking", "real-time-communication", "ttl-registry", "WebSocket", "metadata-filters", "custom-operators", "packet-source-filtering", "relevance-filtering", "socket-coordination", "pubsub-alternative", "selective-broadcasting", "client-event-routing", "application-layer-filtering", "logic-based-emission", "dynamic-client-filtering", "nodejs-router", "lightweight-messaging-core", "universal-communication-router", "ucr" ], "author": "Steven Compton", "license": "See License in LICENSE.md", "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-private-methods": "^7.25.4", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3" }, "dependencies": { } }