معرفی شرکت ها


websocketd_0.4.1-1+b11_amd64.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Turn any program that uses STDIN/STDOUT into a WebSocket server
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main amd64
نام بسته websocketd
نام فایل بسته websocketd_0.4.1-1+b11_amd64.deb
نسخه بسته 0.4.1
انتشار بسته 1+b11
معماری بسته amd64
نگهدارنده Josue Ortega <josue@debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/joewalnes/websocketd
مجوز -
حجم دانلود 1873024
حجم نصب 5438
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_0.4.1-1+b11_arm64.deb 0.4.1 arm64 Debian main
websocketd_0.4.1-1+b11_armel.deb 0.4.1 armel Debian main
websocketd_0.4.1-1+b11_armhf.deb 0.4.1 armhf Debian main
websocketd_0.4.1-1+b11_i386.deb 0.4.1 i386 Debian main
websocketd_0.4.1-1+b11_mips64el.deb 0.4.1 mips64el Debian main
websocketd_0.4.1-1+b11_mipsel.deb 0.4.1 mipsel Debian main
websocketd_0.4.1-1+b11_ppc64el.deb 0.4.1 ppc64el Debian main
websocketd_0.4.1-1+b11_s390x.deb 0.4.1 s390x Debian main


نیازمندی

مقدار نام
>= 2.34 libc6


نحوه نصب


نصب پکیج deb websocketd:

    sudo apt-get install websocketd_0.4.1-1+b11_amd64.deb


فایل ها

مسیرها
./usr/bin/websocketd
./usr/share/doc/websocketd/changelog.Debian.amd64.gz
./usr/share/doc/websocketd/changelog.Debian.gz
./usr/share/doc/websocketd/changelog.gz
./usr/share/doc/websocketd/copyright
./usr/share/doc/websocketd/examples/bash/README.txt
./usr/share/doc/websocketd/examples/bash/chat.sh
./usr/share/doc/websocketd/examples/bash/count.sh
./usr/share/doc/websocketd/examples/bash/dump-env.sh
./usr/share/doc/websocketd/examples/bash/greeter.sh
./usr/share/doc/websocketd/examples/bash/send-receive.sh
./usr/share/doc/websocketd/examples/c#/Count/App.config
./usr/share/doc/websocketd/examples/c#/Count/Count.csproj
./usr/share/doc/websocketd/examples/c#/Count/Program.cs
./usr/share/doc/websocketd/examples/c#/Count/Properties/AssemblyInfo.cs
./usr/share/doc/websocketd/examples/c#/Echo/App.config
./usr/share/doc/websocketd/examples/c#/Echo/Echo.csproj
./usr/share/doc/websocketd/examples/c#/Echo/Program.cs
./usr/share/doc/websocketd/examples/c#/Echo/Properties/AssemblyInfo.cs
./usr/share/doc/websocketd/examples/c#/Examples.sln
./usr/share/doc/websocketd/examples/c#/README.md
./usr/share/doc/websocketd/examples/c#/run_count.cmd
./usr/share/doc/websocketd/examples/c#/run_echo.cmd
./usr/share/doc/websocketd/examples/cgi-bin/README.txt
./usr/share/doc/websocketd/examples/cgi-bin/dump-env.sh
./usr/share/doc/websocketd/examples/f#/Count/App.config
./usr/share/doc/websocketd/examples/f#/Count/Count.fsproj
./usr/share/doc/websocketd/examples/f#/Count/Program.fs
./usr/share/doc/websocketd/examples/f#/Echo/App.config
./usr/share/doc/websocketd/examples/f#/Echo/Echo.fsproj
./usr/share/doc/websocketd/examples/f#/Echo/Program.fs
./usr/share/doc/websocketd/examples/f#/Examples.sln
./usr/share/doc/websocketd/examples/f#/README.md
./usr/share/doc/websocketd/examples/f#/run_count.cmd
./usr/share/doc/websocketd/examples/f#/run_echo.cmd
./usr/share/doc/websocketd/examples/hack/README.md
./usr/share/doc/websocketd/examples/hack/count.hh
./usr/share/doc/websocketd/examples/hack/dump-env.hh
./usr/share/doc/websocketd/examples/hack/greeter.hh
./usr/share/doc/websocketd/examples/haskell/README.md
./usr/share/doc/websocketd/examples/haskell/count.hs
./usr/share/doc/websocketd/examples/haskell/greeter.hs
./usr/share/doc/websocketd/examples/html/count.html
./usr/share/doc/websocketd/examples/java/Count/Count.java
./usr/share/doc/websocketd/examples/java/Count/count.sh
./usr/share/doc/websocketd/examples/java/Echo/Echo.java
./usr/share/doc/websocketd/examples/java/Echo/echo.sh
./usr/share/doc/websocketd/examples/java/README.md
./usr/share/doc/websocketd/examples/lua/README.md
./usr/share/doc/websocketd/examples/lua/greeter.lua
... and 44 more