- Static transport serves packaged files directly, such as pages, stylesheets, scripts, and images.
- HTTP transport sends dynamic request/response work to a plugin handler.
- Socket.IO transport connects a plugin to namespace-based, event-driven communication.
transports
Transports
Choose how a plugin connects its features to the Arupa application.
Transports define how a plugin exposes a feature through the Arupa Kernel.
During registration, a plugin declares the resources it provides. The Kernel
then connects those resources to the corresponding application transport and
forwards matching requests or events to the plugin.
Choose a transport based on the interaction your feature needs: