sense-https-proxy

0.1.1 • Public • Published

HTTPS Proxy for Sense Containers

This modules creates an HTTPS/WebSocket proxy for Sense containers. Any content in Sense dashboards must be served via HTTPS. This makes it difficult for libraries such as R's ggvis and shiny to serve interactive content directly to dashboards.

Install

This module is installed by default in Sense containers. To install locally:

npm install sense-https-proxy

Usage

Forward https://$SENSE_PUBLIC_DNS:$SENSE_PUBLIC_PORT1 to https://localhost:3000.

$ https-proxy $SENSE_PUBLIC_PORT1 3000 &

Typically a library would run this proxy in the background through a dashboard's shell command.

Support

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i sense-https-proxy

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • sense