websocketd 0.4.1-1ubuntu0.23.10.1 source package in Ubuntu

Changelog

websocketd (0.4.1-1ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 01 Feb 2024 14:43:37 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
websocketd_0.4.1.orig.tar.gz 45.3 KiB 6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5
websocketd_0.4.1-1ubuntu0.23.10.1.debian.tar.xz 3.3 KiB 48eaadacb94fb9c83d862dd16dbdcbc74f48c1be6f6164d7716736ef6351b508
websocketd_0.4.1-1ubuntu0.23.10.1.dsc 2.0 KiB b3b673025103567ea52d94f8bed75aca48193849e9457bcb0882374421c35651

View changes file

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: debug symbols for websocketd