pushpin 1.39.1-1 source package in Ubuntu

Changelog

pushpin (1.39.1-1) unstable; urgency=medium

  * New upstream version

 -- Jan Niehusmann <email address hidden>  Tue, 19 Mar 2024 15:12:48 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pushpin_1.39.1-1.dsc 2.2 KiB ac1d3695d8d6e4359bdf2470b3d585637653fdc11f610571431c40a289872291
pushpin_1.39.1.orig.tar.gz 533.7 KiB 523a882abdb82086308038c251ff0dd043cb2145f2d9b5915ec0e93cc2dc3ecd
pushpin_1.39.1-1.debian.tar.xz 12.5 KiB 08b0f66dc9daa4128d8caaed65c32043b3d382a9f749a97d406a9b889326c724

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