. The old DSP method is slated for deprecation and removal by Nextcloud 35 Persistence:
Because ExApps run as independent containers, they can be written in any language (Python, Go, Node.js). Architecture Overview Direct Communication: harp nextcloud
HaRP validates user sessions with Nextcloud before allowing traffic through to the app, ensuring secure access without manual auth overhead. Deployment: Integration typically involves adding a HaRP routes requests directly to ExApps
Unlike previous setups, HaRP routes requests directly to ExApps, bypassing the Nextcloud PHP process. This reduces latency and saves server resources. harp nextcloud
Traditionally, requests to external apps had to pass through the Nextcloud PHP stack. HaRP allows the web UI to communicate directly with ExApps, significantly reducing resource consumption and improving responsiveness.