You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Replicants are a powerfull tool of NodeCG. They allow the sharing of data between multiple bundles and between backend and frontend code without requireing much boilerplate code.
This functionallity is probably useful for many service bundles, e.g. sharing the currently played song or sharing the latest subscriber. However, it shall be examined how we can use Replicants in the most efficient way. This includes the question if some functionality can be generalized and encapsulated by the nodecg-io-core.
This issue is probably also interesting for those who already used NodeCG.