proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

feat(module): implemented @yab/module api #4

Closed maht0rz closed 1 year ago

maht0rz commented 1 year ago

This PR introduces the @yab/module API, allowing developers to compose business logic into runtime modules and to compose runtime modules into application chains.

A more detailed breakdown of how the runtime module API works can be found in the attached README.