@vermascht/runtime
v3.4.4
Published
The enmeshed client runtime.
Downloads
4
Readme
Runtime
The Enmeshed Runtime defines a framework for Enmeshed applications. This framework brings a module architecture: if the developer using this framework inherits from the provided Runtime
class, they can reuse so called modules. Modules can be written by third party developers. One example for such a module could be the handling of Enmeshed messages with a specific @type
.
In order to simplify the development of those modules, this project delivers wrappers around the functionality of the transport- and consumption-library which map the data types from their rather technical format to a more consumer-friendly format.
Both the Enmeshed Connector and the official Enmeshed Apps implement this runtime.
Documentation
You can find the documentation for Enmeshed on enmeshed.eu.
To get started developing in this repository, see the developer's guide.
Feedback
Please file any bugs or feature requests by creating an issue.
Share your feedback with the Enmeshed team by contributing to the discussions.
Contribute
Contribution to this project is highly apprecicated. Head over to our contribution guide to learn more.