JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 121
  • Score
    100M100P100Q97094F
  • License MIT

Pi extension: /remote command for sharing sessions via web UI.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ifi/pi-web-remote) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @ifi/pi-web-remote

    Pi extension that adds the /remote command for sharing sessions via a web UI.

    What it does

    This package registers a /remote command that can:

    • start remote access for the current pi session
    • expose a connection URL or tunnel-backed URL
    • show connection status
    • stop remote sharing

    Install

    pi install npm:@ifi/pi-web-remote

    Usage

    Inside pi:

    /remote
    /remote stop
    • @ifi/pi-web-server — the server implementation used by this extension
    • @ifi/pi-web-client — client library for custom remote UIs

    Notes

    This package ships raw TypeScript for pi to load directly as an extension.