Samples of using Connect Open API in JavaScript and Node.js
- Download and install Node.js
- Download and install npm
- Download this example
- In the application folder run the commands:
npm install
npm start
- The application will connect to sandbox Open API server, authenticate and subscribe for EURUSD spot prices
![Alt text](http://g.gravizo.com/g? digraph usage { "connect-js-adapter-tls" -> "connect-js-api"; "connect-protobuf-messages" -> "connect-js-api"; "connect-js-encode-decode" -> "connect-js-api"; "connect-nodejs-samples" [style=filled,color="grey"]; "connect-js-api" -> "ctrader-telegram-bot"; "connect-js-api" -> "connect-nodejs-samples"; } )