A Backbone.js GUI, Node.js and Socket.io server that emits colorChanged
and colorSet
events to a colorpicker-client.
There are in-depth setup instructions for running the colorpicker-client on a Beaglebone Black with angstrom distro of linux at the above URL.
# set up the GUI and server
git clone [email protected]:Lordnibbler/colorpicker-server.git
cd colorpicker-server
npm install -d
npm start
# set up the client
git clone [email protected]:Lordnibbler/colorpicker-client.git
cd colorpicker-client
npm install
npm start
Browse to http://localhost:1337 to use the GUI.
# use the test watchers
npm test
# or run the tests once
mocha -R dot test/src/*.coffee && karma start --single-run
You can read the original blog post and an updated post here
Watch the video here: