Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bovine/tclwebsockets
Tcl package that provides libwebsockets functionality
https://github.com/bovine/tclwebsockets
libwebsockets tcl tcl-extension websocket-server
Last synced: 8 days ago
JSON representation
Tcl package that provides libwebsockets functionality
- Host: GitHub
- URL: https://github.com/bovine/tclwebsockets
- Owner: bovine
- Created: 2012-10-18T19:45:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-25T19:31:10.000Z (about 12 years ago)
- Last Synced: 2024-11-07T13:15:57.429Z (about 2 months ago)
- Topics: libwebsockets, tcl, tcl-extension, websocket-server
- Language: C
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-bovineThe original version of the libwebsockets C library is here:
http://git.warmcat.com/cgi-bin/cgit/libwebsockets/