websocketd 0.4.1-1 source package in Ubuntu
Changelog
websocketd (0.4.1-1) unstable; urgency=medium * New upstream release (0.4.1-1) * Update packate to use debhelper-compat (= 13) * Bump Standards Version to 4.5.1. No changes required * Mark autopkgtest as superficial -- Josue Ortega <email address hidden> Sun, 31 Jan 2021 13:09:55 -0600
Upload details
- Uploaded by:
- Josue Ortega
- Uploaded to:
- Sid
- Original maintainer:
- Josue Ortega
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
websocketd_0.4.1-1.dsc | 2.0 KiB | 8195da9981a43a207a9471cef8449bd70c82b9feb8f3e6a7ec53fbbb82ec47e6 |
websocketd_0.4.1.orig.tar.gz | 45.3 KiB | 6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5 |
websocketd_0.4.1-1.debian.tar.xz | 3.1 KiB | 6e994753f8297d0e88ba604f47717dcd7824d153d5d840d702d8a1ac7745c77f |
Available diffs
No changes file available.
Binary packages built by this source
- websocketd: Turn any program that uses STDIN/STDOUT into a WebSocket server
websocketd is a small command-line tool that will wrap an existing
command-line interface program, and allow it to be accessed
via a WebSocket.
.
WebSocket-capable applications can now be built very easily. As long as
you can write an executable program that reads STDIN and writes to STDOUT,
you can build a WebSocket server. Do it in Python, Ruby, Perl, Bash,
C, Go, PHP, Java, Clojure, Scala, Groovy, Expect, Awk, VBScript,
Haskell, Lua, R, whatever! No networking libraries necessary.
.
websocketd will start a WebSocket server on a specified port, and listen
for connections.
.
Upon a connection, it will fork the appropriate process, and disconnect
the process when the WebSocket connection closes (and vice-versa).
.
Any message sent from the WebSocket client will be piped to the process's
STDIN stream, followed by a \n newline.
- websocketd-dbgsym: No summary available for websocketd-dbgsym in ubuntu impish.
No description available for websocketd-dbgsym in ubuntu impish.