Eagle

A realtime server management framework

Requirements:

Installation

$ gem install eagle

Usage

cat ~/.eagle.yml

pusher_app_id: 'your-pusher-app-id' pusher_key: '765ec374ae0a69f4ce44' pusher_secret: 'your-pusher-secret' pusher_address: 'localhost' pusher_port: 4567 pusher_ws_port: 8080 hostname: testnode

eagle-client (optional path to another config file)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request