Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bovine/tclwebsockets

Tcl package that provides libwebsockets functionality
https://github.com/bovine/tclwebsockets

libwebsockets tcl tcl-extension websocket-server

Last synced: about 17 hours ago
JSON representation

Tcl package that provides libwebsockets functionality

Awesome Lists containing this project

README

        

### 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/