A sample meteor.js app with highcharts.
The application is available at Heroku (on a single dyno): https://load-monitor-meteor.herokuapp.com/
Alerts are raised when load is over the number of CPUs.
Clone this repository, then:
$ yarn install
- Run the application
$ yarn start
- Run tests
$ yarn test
- Run tests and watch files for changes
$ yarn run test:watch