Okay, sorry for the double post then, I'll post it there...

On 20 Jun., 17:13, Bert Belder <bertbel...@gmail.com> wrote:
> On Jun 20, 5:09 pm, Fabian Korak <fabian...@googlemail.com> wrote:
>
>
>
>
>
>
>
>
>
> > Hello,
>
> > I'm currently working on a project concerning an echo-algorithm implemented
> > in Node.  The problem I have is that Node is using it's own ports for
> > sending over the sockets.
>
> > *Start-Node:*
> > var port_start = 20000;
> > var sendNode = net.connect(port_start,function(){
> >             sendNode.write('info');
> >         })
>
> > *
> > Recieving-Node:*
> > nodeServer.on('connection', function(client)
> >     {
> >     client.on('data',function(data)
> >     {
>
> > }
>
> Use the nodejs mailing list for this type of questions. This list is
> for node internals only.

Reply via email to