thomaspeklak / orchestrator

Synchronize browser state

Repository from Github https://github.comthomaspeklak/orchestratorRepository from Github https://github.comthomaspeklak/orchestrator

#Orchastrator

Synchronize browser window state accross multiple browsers and devices. Currently implemented are scroll location, URL, mouse events and form changes.

##State

This product is in an early stage, expect everything to change.

##Installation and first steps

#install dependencies
npm install

#make a user
node tools/createUser.js admin holySecret 1

#run the server
node .

Then navigate to http://localhost:3000 and login with the user you just created. Go to http://localhost:3000/test.html. Then do the same in another browser or window and enjoy the synchronization.

##User Management

Orchestrator has a vary basic user management. If you are an admin you can go to /admin/users and add and remove users.

##Demo

Orchestrator demo

About

Synchronize browser state

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 93.8%Language:CSS 6.2%