Re: [nodejs] Server to Server communication with only one IP available

2014-10-11 Thread Aria Stewart
> On 11 Oct 2014, at 22:32, aeneas Winterhalter wrote: > > Hello, > > I have two node.js backend-servers. Server A has a static IP and can be > reached from anywhere. Server B is behind a gateway and has no static IP. > If I want to send a message from Server B to Server A with Shuttle or > s

[nodejs] Server to Server communication with only one IP available

2014-10-11 Thread aeneas Winterhalter
Hello, I have two node.js backend-servers. Server A has a static IP and can be reached from anywhere. Server B is behind a gateway and has no static IP. If I want to send a message from Server B to Server A with Shuttle or socket.io, I can easy set the static IP of server A as receiver and send

[nodejs] Are there any plans to deprecate Streams1?

2014-10-11 Thread q2dg2b
Hello friends. I see still there are many modules based on Streams1, when in Node 0.10 Streams2 implementation has appeared. Are there any plans about deprecating Stream1 in a far/near future?? If not, will both implementations coexist side by side?? Which should be officially recomended to use

Re: [nodejs] Re: ANN: ssh2 module

2014-10-11 Thread Louis Santillan
It is very likely that your router has its user's shell pointed at /bin/false or /sbin/nologin. On Saturday, October 11, 2014, Aria Stewart wrote: > > > On 11 Oct 2014, at 14:23, cesdaile > > wrote: > > > > The target server is a network firewall from Aruba - similar to a Cisco > IOS cli. I am

Re: [nodejs] Re: ANN: ssh2 module

2014-10-11 Thread Aria Stewart
> On 11 Oct 2014, at 14:23, cesdaile wrote: > > The target server is a network firewall from Aruba - similar to a Cisco IOS > cli. I am trying to figure out what shell it presents to the ssh session. > > I am hoping once I have this information i can match the settings in the {pty > . . .} ob

Re: [nodejs] Re: ANN: ssh2 module

2014-10-11 Thread cesdaile
The target server is a network firewall from Aruba - similar to a Cisco IOS cli. I am trying to figure out what shell it presents to the ssh session. I am hoping once I have this information i can match the settings in the {pty . . .} object as part of the *conn.shell()* or *conn.exec()* cal On

Re: [nodejs] Canvas rendering from V9

2014-10-11 Thread Fedor Indutny
V9!! On Sat, Oct 11, 2014 at 8:48 PM, Łukasz Jagodziński < luke.jagodzin...@gmail.com> wrote: > Hi, have you ever considered puting in Node.js V9 implementation of Canvas > rendering? I know that Node is server side but it would be nice to have the > same api in both client and server without nee

[nodejs] Re: Canvas rendering from V9

2014-10-11 Thread Bruno Jouhier
What's V9? One of the design choices of node.js is to keep the core small and let user-land packages do the things that only some people need. I don't need Canvas rendering server side (at least not yet). So it's better for me, and probably for lots of others, that this feature is not bundled.

[nodejs] Canvas rendering from V9

2014-10-11 Thread Łukasz Jagodziński
Hi, have you ever considered puting in Node.js V9 implementation of Canvas rendering? I know that Node is server side but it would be nice to have the same api in both client and server without need to install external packages like node-canvas which has external dependencies. -- Job board: ht

Re: [nodejs] Uninstalling pre node.js

2014-10-11 Thread Ryan Schmidt
On Oct 10, 2014, at 8:21 AM, hassan wrote: > > I have installed node v0.13.0-pre on my ubuntu. I need to uninstall it and > install stable version but i don't have source of this pre version and i > can't remember where i download it from!. maybe removed by node team. You could just install th