@xcore24/pubsub
TypeScript library implementing the Publish/Subscribe pattern
TypeScript library implementing the Publish/Subscribe pattern
An event that can be subscribed to.
A strongly typed protected event creator/publisher/signaler for use with TypeScript and JavaScript.
发布订阅SDK
Support library offering several new types of store compatible with the basic svelte readable/writable stores.
Event broadcast and receive nodes for Node-RED.
Easily manager events in web applications, works great with Angular.
A lightweight implementation of the Observable pattern
🚅 Modern event listener for efficient web applications based on subscribe-publish pattern.
Implementation of the publish/subscribe pattern
A topic-based publish/subscribe library.
Provides simple and modern async event emitter
A boosted useState implementation to store state globally.
Simple event emitter/pubsub library. return `unbind` function.
A library for the MQTT protocol
subscribers.js - 小巧且实用的 JavaScript 发布/订阅工具库!
Keep the type of storage value unchanged and change array and object directly. Supports listening to changes and setting expires.
使用`import Subscribe from "@yugu/subscribe"`导入类 通过`const pool = new Subscribe`创建发布订阅实例 该类实例可以通过`add`方式向订阅池中添加事件,`pool.add(fn)` 该类实例可以通过`remove`方式从订阅池中移除事件,`pool.remove(fn)` 该类实例可以通过`fire`方式触发订阅池中所有的函数,`pool.fire()` ```js <script type="module"> imp
Connect to Twitch EventSub API
Lightweight and simple state management library for JavaScript applications