1 Repo
Loading and executing script logic from remote network sources to update application behavior at runtime.
Distinct from Remote Code Execution: Distinct from remote code execution in a security or compiler context; this is a feature for dynamic application updates.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Remote Script Loading. Refine with filters or upvote what's useful.
JSPatch is a JavaScript native bridge and method swizzler that allows for the dynamic injection of logic into a hosted native environment. It functions as a cross-language data mapper and execution engine, enabling the replacement of native function pointers with JavaScript wrappers to modify application behavior at runtime. The project provides the ability to perform runtime application patching by overriding native class methods and object properties. This allows for the modification of application logic and the application of hotfixes using JavaScript code loaded from local files or remote
Allows application logic to be updated on the fly by loading JavaScript code from remote network requests.