for presentation you can remove the host-parameter. it will by default 
listen on all interfaces then

Am Freitag, 15. März 2013 08:36:24 UTC+1 schrieb Bhushan N.N:
>
> server.listen(app.get('port'), 'xxx.xxx.xxx.xxx', function(){
>   console.log("Express server listening on port " + app.get('port'));
> });
>
> On Friday, 15 March 2013 12:40:21 UTC+5:30, Abhay Rana wrote:
>>
>> Are you listening on the right ip address? Listening on 127.0.0.1 would 
>> make it available only on the loopbak interface, ie the same machine.
>>
>> --
>> Abhay Rana
>> http://about.me/n3m0
>>
>>
>> On Fri, Mar 15, 2013 at 11:54 AM, Bhushan N.N <[email protected]> wrote:
>>
>>> I have a node server running on port 3000 on a Windows XP system.
>>>
>>> I am unable to access the server from any other computer within the same 
>>> network.
>>>
>>> Tried using the IP address:3000 and CMPUTERNAME:3000
>>>
>>> I have added port 3000 to the windows firewall exceptions.
>>>
>>> Can someone please help me out? I am supposed to be giving a demo today 
>>> but unable to get this working.
>>>
>>> Thanks for the help
>>> Bhushan
>>>
>>> -- 
>>> -- 
>>> Job Board: http://jobs.nodejs.org/
>>> Posting guidelines: 
>>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>>> You received this message because you are subscribed to the Google
>>> Groups "nodejs" group.
>>> To post to this group, send email to [email protected]
>>> To unsubscribe from this group, send email to
>>> [email protected]
>>> For more options, visit this group at
>>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>>  
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "nodejs" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>
>>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to