パッケージ: pushpin (1.39.1-2)
HTTP reverse proxy server for streaming and long-polling services
Pushpin is a reverse proxy server that makes it easy to implement WebSocket, HTTP streaming, and HTTP long-polling services. It communicates with backend web applications using regular, short-lived HTTP requests (GRIP protocol). This allows backend applications to be written in any language and use any webserver.
Additionally, Pushpin does all of this without exposing a proprietary protocol to clients. The HTTP/WebSocket content between the client and your server is whatever you want it to be. This makes it ideal for implementing APIs.
Pushpin is written in C++. The name means to "pin" (hold) connections open for "pushing".
その他の pushpin 関連パッケージ
|
|
|
|
-
- dep: adduser
- ユーザやグループの追加削除
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC 共有ライブラリ
-
- dep: libqt5core5t64 (>= 5.15.1)
- Qt 5 コアモジュール
-
- dep: libqt5network5t64 (>= 5.0.2)
- Qt 5 ネットワークモジュール
-
- dep: libssl3t64 (>= 3.0.0)
- Secure Sockets Layer ツールキット - 共有ライブラリ
-
- dep: libstdc++6 (>= 14)
- GNU 標準 C++ ライブラリ v3
-
- dep: libzmq5 (>= 4.0.1+dfsg)
- lightweight messaging kernel (shared library)
-
- dep: lsb-base (>= 3.0-6)
- Linux Standard Base 初期化スクリプト用機能の移行用パッケージ
-
- dep: ucf
- 設定ファイルを更新: 設定ファイルへのユーザの変更を保持
-
- dep: zurl (>= 1.3.0-2)
- HTTP client worker with ZeroMQ interface