Saltar al contenido principal

Overview

peligro

This SDK is a Work In Progress! All features are subject to change.

Overview

NubeSDK is the new SDK used to develop applications in a safe and secure environment. These applications are hosted inside WebWorkers in the browser, which guarantees that two applications can't interfere with each other, providing a more secure and stable development experience.

NubeSDK Diagram

Communication between the main page and the scripts is handled 100% through events, with events like cart_updated being dispatched by the main page to inform that the cart changed, and the scripts dispatching events like cart:validate to report if they consider the contents of the cart to be valid or not.

Next Steps