• Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language
    JavaScript
  • Created almost 14 years ago
  • Updated almost 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Interactively run Javascript on multiple browsers

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://tuttijs.com/

To get started, create a room and bookmark the URL associated with that room. Copy-and-paste the room URL to other browsers to connect them to the same room. Javascript that you execute in the console will be executed on all browsers within this room and the results displayed.

The Tutti Terminal

There's also a terminal version of Tutti which you can install with

npm install tutti

Sometimes sudo may be needed depending on your npm installation. Now, run with

tutti <tutti room url>

The Tutti Driver

npm install tutti also installs a node library that let's you programmatically script the browsers that are connected to a particular room. See the Tutti lib README.md for more.

To run locally

npm install tuttiserver
tuttiserver

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.

Code Examples from JSConf

I've posted my code examples used at my JSConf 2011 demos.

Credits

Tutti depends on the follow software:

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

License

(The MIT License)

Copyright (c) 2011 Toby Ho <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

word-count

Different programming styles for implementing the same word count program.
JavaScript
98
star
2

time-traveling-debugger

A attempt to implement a viable record/replay debugger.
Python
59
star
3

QuickSlides

Quick-and-dirty presentations in Markdown.
JavaScript
52
star
4

smallang

Small Lang is a small programming language which you are do build yourself as your first programming language.
51
star
5

simulate.js

Small footprint Javascript library for simulating DOM events.
JavaScript
42
star
6

prototype.py

Prototype Inheritance in Python
Python
42
star
7

protomorphism

Polymorphism via clojure-style protocols.
JavaScript
36
star
8

page_demo

A demo app for page - the client-side router.
JavaScript
31
star
9

fun-lang

Fun is programming language that supports both the functional and the imperative styles of programming. It distinguishes these two styles by allowing the programmer to choose between them explicitly: you can either write funs - which are pure, or procs - which are impure.
JavaScript
26
star
10

Preston

A simple browser-based presentation tool based on Markdown.
JavaScript
23
star
11

empath

A cli tool that detects what module systems a particular Javascript library supports.
JavaScript
20
star
12

misc

Toby's random stuff
Ruby
20
star
13

fireworm

A crawling file watcher.
JavaScript
18
star
14

esprima_fun

Example Esprima programs.
JavaScript
13
star
15

WordCloud

A bookmarklet and Javascript library that creates word clouds, inspired by Wordle.net
JavaScript
13
star
16

npmcomponent

Scripts to make Component modules available to NPM/Browserify users.
JavaScript
9
star
17

x-lang

A demo programming language. Code streamed live!
JavaScript
9
star
18

generators_hello

Experiments with the new Generators in Harmony.
JavaScript
9
star
19

testem2

Experimental rewrite of Testem - the Javascript test runner.
JavaScript
9
star
20

watchem

A smart cli directory watcher utility.
JavaScript
8
star
21

js_study_group

Javascript Study Group Resources.
7
star
22

coroutines-in-node

Examples of co-routines in Node using co and bluebird.
JavaScript
7
star
23

browseroverflow

An all-in-one library for launching BrowserStack browsers.
JavaScript
7
star
24

describe

A simple BDD framework for Javascript
JavaScript
6
star
25

trampoline.js

Code examples of trampolining with generators in Javascript
JavaScript
6
star
26

Twends

Real-time twitter visualization. Was an entry for the 2011 Node Knockout competition.
JavaScript
5
star
27

indent

Indents a string.
JavaScript
5
star
28

onready

OnReady event ala jQuery or lowpro.js in a small bundle
JavaScript
5
star
29

recursion-examples

Examples of recursive structure and recursive problems onto them in TypeScript.
TypeScript
5
star
30

reactive-backbone

Reactive adapter for Backbone models.
JavaScript
5
star
31

jspec

The simplest, sexiest, highly extensible, framework / DOM independent JavaScript BDD framework
JavaScript
5
star
32

swing4rb

A Swing DSL for jruby
Ruby
4
star
33

tuttiterm

Tutti for your terminal
JavaScript
4
star
34

set-styles

Batch-set CSS properties on an element.
JavaScript
4
star
35

emmitt

Event emmiter for everything.
JavaScript
4
star
36

Tutti-JSConf-Code-Examples

The code examples I demoed at JSConf 11 Portland.
JavaScript
4
star
37

bff

Browserify Friend - it's as if browserify was built into the browser.
JavaScript
4
star
38

barber

Write CSS in Javascript
JavaScript
4
star
39

SuperRefresh

A bookmarklet that automatically refreshes your page as you are designing it.
JavaScript
3
star
40

javascript101

Material for an intro to Javascript course
JavaScript
3
star
41

help

Code examples for seeking help.
ActionScript
3
star
42

geartrain

Simple Javascript Dependency Management
JavaScript
3
star
43

react-hooks-examples

React Hooks Examples (for a presentation).
TypeScript
3
star
44

jRadio

A tiny javascript library that makes working with radio buttons easier.
JavaScript
3
star
45

add-a-typo

A program that adds a typo to a file.
JavaScript
3
star
46

ecma5array

Emulates the functional style array methods introduced in ECMAScript 5
JavaScript
3
star
47

chameleon-lang

A programming language for me to learn writing a variety of backends.
JavaScript
3
star
48

javascript202

Part II of an introduction to Javascript course
JavaScript
3
star
49

thinair

A Javascript library/DSL that facilitates creating DOM elements on-the-fly.
JavaScript
3
star
50

BeanBag

A CouchDB running in the browser that supports replication from and to real CouchDB instances.
JavaScript
3
star
51

Try-Traceur

Interactive Javascript shell for the Traceur Compiler's next-gen Javascript features.
JavaScript
3
star
52

jsconf13notes

Notes from JSConf 2013
3
star
53

getargs

Utility to handle optional arguments and argument type checking.
JavaScript
2
star
54

permalink

A permalink-as-a-service PoC server implementation.
JavaScript
2
star
55

is-type

Simple and expressive type checks as a component, adapted from npm's is-type module.
JavaScript
2
star
56

deep-zoom

This project is an exploration of deep zooming user interfaces similar to Google Earth.
TypeScript
2
star
57

a-lang

A programming language.
TypeScript
2
star
58

halstead_metrics

An exploration of Halstead software metrics in JavaScript.
JavaScript
2
star
59

learn-asm

My exercise programs for learning assembly language.
Assembly
2
star
60

flash-cards

Flash cards app for students to memorize programming terminology.
JavaScript
2
star
61

Noteboard

It's your keyboard, only with music.
Ruby
2
star
62

Socket.IO.atljs

Sample code for Socket.IO presentation presented at ATLJavascript.
JavaScript
2
star
63

ast-fun

A learning repo for processing and manipulating JavaScript ASTs.
JavaScript
2
star
64

Indentinator

A Ruby script to inspect and change the indentation amount of your source code.
Ruby
2
star
65

js1k_2012_love_song

My js1k entry in 2012 which got disqualified. Plays Unchained Melody by Righteous Brothers in Firefox.
JavaScript
2
star
66

ispy

A simple spy.
JavaScript
2
star
67

drive-by

A VS Code extension that records and plays back coding sessions.
TypeScript
2
star
68

jsonr

JSON with refs.
JavaScript
2
star
69

compilers_challenge

A series of compilers related code challenges.
Python
2
star
70

saucelauncher

A command line browser launcher for SauceLabs
JavaScript
2
star
71

66

Simple client-side router.
JavaScript
2
star
72

smalljs.org

Small.js the blog.
JavaScript
2
star
73

soccer_game

A soccer game for my children.
TypeScript
2
star
74

personal-db

A dynamic personal DB manager.
Vue
1
star
75

falafel_fun

Example programs using falafel for source code rewriting.
JavaScript
1
star
76

simple-input

An input/prompt library for node.js that *is* simple.
JavaScript
1
star
77

rxjs-gotcha-examples

Some RxJS gotcha examples.
TypeScript
1
star
78

trailing_comma_remover

Removes trailing commas in your JavaScript.
JavaScript
1
star
79

CSS.Features

A Small Javascript Library which makes progressive enhancement easier.
JavaScript
1
star
80

infiltrator

A web debugging proxy.
JavaScript
1
star
81

checkvars

Check your Javascripts for accidental globals and unused variables.
JavaScript
1
star
82

unicode-examples

Node.js code examples to understand and explain string encodings.
JavaScript
1
star
83

deep-zoom-debugger

A post-mortem debugger with a zoom-based user interface inspired by Google Earth.
TypeScript
1
star
84

bug

Listening device for Javascript objects
JavaScript
1
star
85

tupo

Add typos to your JavaScript.
JavaScript
1
star
86

mylisp

My first lisp.
JavaScript
1
star
87

json-parsers

Many JSON parsers.
TypeScript
1
star
88

rxjs-playground

Interactive RxJS examples and playground.
TypeScript
1
star
89

async-await-examples

Examples from an async/await talk.
TypeScript
1
star
90

myprompt

Simple synchronous prompt based on sync-prompt.
JavaScript
1
star
91

react-dnd-example

Simplest example of using React DnD.
JavaScript
1
star
92

store-based-todo-app

An example of a store-based todo application.
TypeScript
1
star
93

store-experiments

Experiments with the store concept using RxJS.
TypeScript
1
star
94

James

James - Javascript Server Pages.
JavaScript
1
star
95

ColorCode-Lineup

A tool for picking colors to use for colorcoding schemes
JavaScript
1
star
96

generator-ts-web

A Yeoman generator for a barebones TypeScript web project.
JavaScript
1
star
97

json-parsers-by-hand

Some json parsers written by hand in JavaScript
JavaScript
1
star
98

userscripts-github-tab-size

Changes the size of the tabs.
JavaScript
1
star
99

EntityPlay

Demo project for entity framework.
C#
1
star
100

sparkel

1
star