Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 347 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 347 Bytes

Remote Hands

A Web Interface for Stuff on Your Mac

Development

bundle install

# start Sinatra
bundle exec shotgun --host [your hostname]

# start the EventMachine loop
bundle exec thin start -R socket-server-config.ru

# websocket binds to your hostname (not localhost) by default

Dependencies

  • redis