Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 753 Bytes

Tutti - Interactively run Javascript on multiple browsers

Tutti is a web-based interactive Javascript console that allows you to simultaneously execute commands on multiple browsers. This is useful for debugging and discovering browser differences.

The live site

http://tutti.tobyho.com/

To run locally

To start the server:

node server.js

Then,

  1. Point your browser to http://localhost:8080.
  2. Point more browsers to the same location.
  3. Type commands into any of the browsers you have open and see them executed on all of them.

Credits

Tutti depends on the follow software:

  1. node.js
  2. socket.IO
  3. Express
  4. jQuery
  5. jquery.console.js