How can i bind a expressjs server to a specific IP
Something like
app.listen(8888, '192.168.0.101');
Equivalent to nodejs:
http.createServer(onRequest).listen(8888,'192.168.0.101');
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…