A web terminal in meteor?

Hello,

I’m looking to open up a CLI interface from within the meteor app in my browser. Is this possible in meteor?

To give some more colour, here’s what I will be requiring to do:

  1. App shows a bunch of devices running linux
  2. Need a way to ssh into the device and bring up it’s terminal, all from within the browser
  3. Proceed to run commands supported / provided by the device from the web terminal.

Some pointers about where to begin / packages would be most helpful!

Thanks.