The Terminal Streamer is written using the Meteor framework.
It allows you to stream your terminal command output over the web. It requires the Terminal Streamer Client.
- Install Meteor.
$ cd terminal-streamer
$ Meteor npm install
- Copy
settings.json.example
tosettings.json
and set an admin password. $ npm start
Now it should be running at http://localhost:3000
.
Use the Terminal Streamer Client to start streaming your terminal commands.