参数说明
bind(port, address, callback) port 监听端口号 address 可选,监听IP、主机名(不设,监听所有地址) callback 可选,回调函数,开始监听,可用 listening 事件代替