engine
engine copied to clipboard
Scalable Web Application Engine
Example of usage in a service ```ts class MyService{ mySignal = new Signal() } ``` Example of config in feature ```ts export default class BoardCapabilities extends Feature { id =...
There is currently no way to track which messages have been executed by the engine. It would be beneficial to implement a logging system that records the APIs that have...
This PR aims to refactor/clean up Communications regarding debug logging and error handling in preparation for better processing of such errors during error monitoring. Errors would have proper names and...
after long time pain we finally removing the "automatic" way of running feature in node `getRunningFeature`. we switched to having entrypoints that can run the environment as a standalone.
This PR implement quick and dirty signal support in communication. every signal is visible on any Service (api proxy). no config needed. currently I expose subscribe and unsubscribe only.
There are no unit tests for the new `esbuild` flow and we have a tech debt for it. to remove engineer and it's tests. this issue should be resolve right...
rethinking running code in module scope. because we have index files.