DigitMagazine

Create a webserver at port 8692

Mar 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. app.listen(appConfig.PORT, () => {
  2. "use strict";
  3. console.log(`Server Started Successfully at Port => ${appConfig.PORT}`);
  4. });
Add Comment
Please, Sign In to add comment