SR Technology WTK Repo
Check-in [0009825949]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Correct typo in README.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 000982594976742801b2a1a5205761812bdbb433
User & Date: gerald 2013-01-12 05:39:02.244
Context
2013-01-16
21:37
added WebSockets support, maintaining long polling as a fall back check-in: 4b8cd537bf user: stever tags: trunk
2013-01-12
05:39
Correct typo in README. check-in: 0009825949 user: gerald tags: trunk
2013-01-08
23:46
change tk textarea widget to text as it should be check-in: 5c95dd93e2 user: stever tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to README.
18
19
20
21
22
23
24
25
26
27
28
29

Utilizing netbin64 which contain all the dependencies, start the wtk server with the command:
  ./netbin64 server.tcl
  
or if you have all the dependencies you can use a standard tclsh install by running:
  tclsh8.6 server.tcl
  
Running the demo ina browser:

In a web browser, use a url corresponding to the demo app:
  http://localhost:9001/demo.tcl








|




18
19
20
21
22
23
24
25
26
27
28
29

Utilizing netbin64 which contain all the dependencies, start the wtk server with the command:
  ./netbin64 server.tcl
  
or if you have all the dependencies you can use a standard tclsh install by running:
  tclsh8.6 server.tcl
  
Running the demo in a browser:

In a web browser, use a url corresponding to the demo app:
  http://localhost:9001/demo.tcl