Overview
This project is for an open source toolkit that is intended to be compatible at the Tcl layer with Tk but implement its widgets via JavaScript in a web browser using HTML5/CSS3 and a connection pair, such as AJAX, WebSockets, socket.io, etc..
Language
Tcl/Tk and JavaScript.
License
Source Code
Free! Use Fossil and sync up for the latest!
Support
Free via Tickets.
Documentation
The documentation is included in the repository and is available as follows:
Running
To run, please do the following:
- Install Tcl 8.6
- Open a shell/command/console
- Change directories to where you have unpacked wTk
- Type: tclsh8.6 server.tcl
- Point your browser to: http://localhost:9001
- Enjoy!!!