pushpin 1.8.0-2 source package in Ubuntu

Changelog

pushpin (1.8.0-2) unstable; urgency=medium

  * Remove dependency on python-tnetstring and python-zmq.
    They got obsolete because pushpin-publish was rewritten in C++.

 -- Jan Niehusmann <email address hidden>  Thu, 03 Mar 2016 20:43:22 +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.8.0-2.dsc 1.7 KiB 10b8156c46bf12436d211463878dfafeb3509123ef4fd844c83df2140757ac8f
pushpin_1.8.0.orig.tar.bz2 218.6 KiB 3559a3f0cfd993156948f575dca21be5819808e4338254ab95fb6876391958b5
pushpin_1.8.0-2.debian.tar.xz 18.3 KiB 59531ff0414e8aa25739e71a1a7b15be9910fabb133e9581c30f20154d4ffa01

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