Skip to content

Commit 40d6585

Browse files
author
Wasin Waeosri
committed
Change logs:
1. Redefine Web UI 2. Change service name to be an optional parameter 3. Now support ERROR_Resp message 4. Fix minor things
1 parent b79d44e commit 40d6585

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ The example supports Chrome, Firefox and IE11 (based on the WebSocket and Web Wo
1616

1717
## Prerequisite
1818
This example requires the following dependencies softwares.
19-
1. [Node.js](https://nodejs.org/en/) - version 6.10 or higher.
20-
2. [npm](https://www.npmjs.com/) package manager (included in Node.js)
19+
1. [Node.js](https://nodejs.org/en/) runtime - version 8.9.3 or higher.
20+
2. [npm](https://www.npmjs.com/) package manager (included with Node.js runtime)
2121
3. [Express.js](https://expressjs.com/) framework (will be installed via ```npm install``` command)
2222

2323
This example also uses the following 3rd party libraries for UI presentation.
24-
1. [jQuery 3.2.1](https://jquery.com/)
25-
2. [Bootstrap 3.3.7](https://getbootstrap.com/docs/3.3/)
24+
1. [jQuery 3.2.1](https://jquery.com/) JavaScript library
25+
2. [Bootstrap 3.3.7](https://getbootstrap.com/docs/3.3/) CSS library
2626

2727
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.
2828

images/application_screen.png

-15.8 KB
Loading

images/run_server.png

-4.24 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h4>Thomson Reuters WebSocket API with Web Workers Example</h4>
3535
</div>
3636
<br/><br/>
3737
<div class="form-group">
38-
<label for="txtUsername" placeholder="userk">User:</label> &nbsp; <input type="text" id="txtUsername" class="form-control">&nbsp;&nbsp;
38+
<label for="txtUsername" >User:</label> &nbsp; <input type="text" id="txtUsername" class="form-control" placeholder="user">&nbsp;&nbsp;
3939
<button id="btnLogin" type="button" class="btn btn-sm btn-primary">Login</button> &nbsp;&nbsp;
4040
<button id="btnLogout" type="button" class="btn btn-sm btn-primary">Logout</button>
4141
</div>

0 commit comments

Comments
 (0)