https://github.com/dash-os/tcl-websocket
(WIP) | Rewriting tcllib websocket with TclOO and some minor bug fixes
https://github.com/dash-os/tcl-websocket
tcl tcllib websocket
Last synced: 4 months ago
JSON representation
(WIP) | Rewriting tcllib websocket with TclOO and some minor bug fixes
- Host: GitHub
- URL: https://github.com/dash-os/tcl-websocket
- Owner: Dash-OS
- Created: 2017-09-01T20:17:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T20:39:43.000Z (almost 9 years ago)
- Last Synced: 2025-05-24T23:41:07.857Z (about 1 year ago)
- Topics: tcl, tcllib, websocket
- Language: Tcl
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcl-websocket
More information will come on this one. It is not one that you should
use at this time, but it is the start of a rewrite of Emmanuel Frecon's
([@efrecon](https://github.com/efrecon)) excellent tcllib websocket package.
At this time the library is only handling clients and not servers as
our use-case does not require serving websockets at this time. We will
port that over when time permits (or a pull request is more than welcome).