Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 950 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 950 Bytes

conductor-js

Conductor client library in javascript.

Example

serve the example html file with a web server and point the server to the example conductor server. If done correctly you should see them message back and forth in realtime. More to come...

Building

Using browserify, the contents of the /src directory can be exported to standard ES5 javascript.

browserify src/conductor.js -t /usr/local/lib/node_modules/babelify -t /usr/local/lib/node_modules/uglifyify --outfile conductor.min.js

If browserify and the support modules are install, do this:

npm install -g browserify
npm install -g babel
npm install -g babelify
npm install -g uglifyify

License

Conductor is licensed under the Apache v2 License.

Contact

Vluxe

Dalton Cherry