0.0.2 • Published 8 years ago

interface.server.gui v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

#interface.server.gui

This module provides browser-based GUIs to Interface.Server. To test it, first make sure you've installed Interface.Server. Then:

  • config interface server to use the gui module by uncommenting it in config.js
  • Run interface.server
  • direct a webbrowser to http://localhost:10080 (10080 is default port assigned in interface.server's config.js file)
  • run the test script using node test.js
  • move the slider in the browser interface. you should see osc messages appear in the terminal window running test.js