pushpin 1.17.2-1 source package in Ubuntu

Changelog

pushpin (1.17.2-1) unstable; urgency=medium

  * New upstream version
  * Fix logrotate when running with systemd. (Don't rely on PIDFILE).

 -- Jan Niehusmann <email address hidden>  Tue, 16 Jan 2018 09:56:14 +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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
pushpin_1.17.2-1.dsc 1.7 KiB 6f5d4168d9cc90c28f21fadc7f7b53da07b0b367b2b743947a9b367fabd222b2
pushpin_1.17.2.orig.tar.bz2 202.8 KiB f30c12b147d39c52617403b40f11737a14020dc93f223faa7214d73db8af1d77
pushpin_1.17.2-1.debian.tar.xz 19.4 KiB 1724e1163919d26f8caa644f2380bdb8f3373bd14308580e2d51a1ac0f8d4974

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".