A simple pomodoro timer where the server keeps track of sessions and uses HTML5 server sent events to notify all connected clients of the status. The notifications use Webkit's notifications (with fallback to alert) and HTML5 audio playback.
- Clone the repository
bundle install
bundle exec rackup