Bug#896978: ITP: node-http-proxy -- High performance event emitter for Node.js

2021-09-13 Thread Andrius Merkys
Hi Harley,

On Thu, 21 May 2020 22:21:42 + fancycade 
wrote:> Work on the package can be found here:
> https://salsa.debian.org/js-team/node-http-proxy
I am revisiting the packaging of shiny-server. It seems that
node-http-proxy is the sole remaining dependency. I remember you working
on it, maybe you have finished packaging it? Even if not, please let me
know, I can continue from there.

Best,
Andrius



Bug#896978: ITP: node-http-proxy -- High performance event emitter for Node.js

2020-05-22 Thread fancycade
Hi Andrius,

> > sponsor. This is blocked by node-eventemitter3, which is in the
> > process of being packaged.
>
> Am I right to assume you are now working on packaging this?

Yes, I have a package that builds here for your review:
https://salsa.debian.org/js-team/node-eventemitter3

The only issue I found was that the tests depend on node-assume, which hasn't 
been packaged yet.
I can take a look packaging node-assume as a next step if you think it is worth 
it.

You can find the ITP here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961243

Thanks,
Harley



Bug#896978: ITP: node-http-proxy -- High performance event emitter for Node.js

2020-05-22 Thread merkys
Hi Harley,

On 2020-05-22 18:26, fancycade wrote:
>> Am I right to assume you are now working on packaging this?
> Yes, I have a package that builds here for your review:
> https://salsa.debian.org/js-team/node-eventemitter3

Thanks for letting me know. Actually, I was asking about
node-http-proxy, are you on that too?

Ping me whenever you feel the packages are ready. I will review and
sponsor them. Thanks for your efforts!

Best,
Andrius



Bug#896978: ITP: node-http-proxy -- High performance event emitter for Node.js

2020-05-21 Thread merkys
Hi Harley,

On 2020-05-22 01:21, fancycade wrote:
> I plan to maintain this as part of the js-team, and am in need of a
> sponsor. This is blocked by node-eventemitter3, which is in the
> process of being packaged.

Am I right to assume you are now working on packaging this?

Best,
Andrius



Bug#896978: ITP: node-http-proxy -- High performance event emitter for Node.js

2020-05-21 Thread fancycade
Package: wnpp
Severity: wishlist
Owner: Harley Swick 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-http-proxy
  Version : 1.18.1
  Upstream Author : Charlie Robbins 
* URL : https://github.com/http-party/node-http-proxy#readme
* License : Expat
  Programming Lang: JavaScript
  Description : FIX_ME write the Debian package description

It is suitable for implementing components suhc as reverse proxies and load
balancers.
A new proxy is created by calling createProxyServer and passing an options
object as argument.
var httpProxy = require('http-proxy');
var proxy = httpProxy.createProxyServer(options);
.
This package is useful for Node.js web applications
that want to support websockets.

I plan to maintain this as part of the js-team, and am in need of a sponsor. 
This is blocked by node-eventemitter3, which is in the process of being 
packaged.

Work on the package can be found here:
https://salsa.debian.org/js-team/node-http-proxy