You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery,Bootstrap and Express.js are distributed under the [MIT license](https://opensource.org/licenses/MIT). Please see more detail in the LICENSE.md file.
27
27
28
+
*Note: This example uses jQuery and Bootstrap for Web UI theme and color only, not for HTML DOM interaction.
29
+
28
30
## Package
29
-
The project includes complete TypeScript source codes, a simple Express.js web server applciation file, CSS files and all required static dependencies. The dynamic dependencies for compiling and building JavaScript source file are defined in *package.json* file which can be installed via ```npm install``` command.
31
+
The project includes complete TypeScript source codes, a simple Express.js web server applciation file, CSS files and all required static dependencies. All dynamic dependencies for compiling and building JavaScript source file are defined in *package.json* file which can be installed via ```npm install``` command.
30
32
31
33
The project includes the following files and folder
32
34
-*src/* folder: The folder that contains all TypeScript source files
@@ -63,7 +65,12 @@ The project includes the following files and folder
63
65
## References
64
66
For further details, please check out the following resources:
65
67
*[Thomson Reuters Elektron WebSocket API page](https://developers.thomsonreuters.com/websocket-api) on the [Thomson Reuters Developer Community](https://developers.thomsonreuters.com/) web site.
68
+
*[Developer Webinar Recording: Introduction to Electron Websocket API](https://www.youtube.com/watch?v=CDKWMsIQfaw)
*[Mozilla Developer Network: Web Workers API page](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)
68
71
69
72
For any question related to this article or Elektron WebSocket API page, please use the Developer Community [Q&A Forum](https://community.developers.thomsonreuters.com/).
73
+
74
+
### Change logs
75
+
- 21 December 2017: Fixed UI, change service name to be optional parameter, Add README.md content
76
+
- 11 January 2018: Now the application can handle subscription IDs.
0 commit comments