websocketd

access any command-line tool via a WebSocket

WWW CVSWeb GITHub
  1. Package version
    websocketd-0.3.1p0
  2. Maintainer
    Kent R. Spillner

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 in any language. As
long as you can write an executable program that reads `STDIN` and writes to
`STDOUT`, you can build a WebSocket server.

  • lang/go
  • archivers/unzip