đī¸ App
App (i.e., application), each application in JitNode corresponds to an App object. Developers can directly use the app keyword to call the App object in backend code.
đī¸ AppCode
AppCode (Application Source Code Manager) is used to manage and operate application source code files. AppCode is only available when the application has local source code (i.e., when an app.json file exists), typically used in development and debugging scenarios.
đī¸ AppResource
AppResource (Application Resource Manager) is used to manage and operate application packaged resource files. AppResource is used in runtime environments and is responsible for reading application packaged resources from memory, including element resources, common resources, etc.