Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. const address = '176.59.20.7';
  2. const port = 3000;
  3. // code code code...
  4. app.listen(port, address, () => {
  5. console.log(`Server is running on ${address}:${port}`);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement