Skip to content

Vluxe/conductor-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Conductor client library in javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published