I don't how send data to server using html <form>
..
<input type="text"/>
<input type="password"/>
<input type="submit" value="Log in"/>
and now i want operating on sending information on server side (node.js)
in PHP, i will use method get/post but I'm looking for equivalent it in node.js, which module i must use?