pushpin 1.34.0-1 source package in Ubuntu

Changelog

pushpin (1.34.0-1) unstable; urgency=medium

  * New upstream release

 -- Jan Niehusmann <email address hidden>  Wed, 08 Dec 2021 16:31:12 +0100

Upload details

Uploaded by:
Jan Niehusmann
Uploaded to:
Sid
Original maintainer:
Jan Niehusmann
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pushpin_1.34.0-1.dsc 1.9 KiB 3c71d16ac07016df1f7ad9c48ba30e5a759fccf330ed78538ac6215136875b29
pushpin_1.34.0.orig.tar.xz 219.2 KiB f260900b75770033eee0617a334deadfe8128f6a191ab425dbfe77c481d67609
pushpin_1.34.0-1.debian.tar.xz 27.6 KiB 2fa0305efeb326ab277843309bf3078e174110d6d99840d9ae7c6b048cb75fcb

Available diffs

No changes file available.

Binary packages built by this source

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