Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 490 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 490 Bytes

tclwebsockets

This package implements a Tcl interface around the open source libwebsockets C library. By using this package, you can use Tcl to write servers that respond to websocket requests from web browsers.

This package currently requires the use of a forked version of libwebsockets C library that is available from https://github.com/bovine/libwebsockets-bovine

The original version of the libwebsockets C library is here: http://git.warmcat.com/cgi-bin/cgit/libwebsockets/