You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First we have to get the website up and running and listening out for new users that are arriving. If no users are arriving we will just sit and wait. Forever. We will not grow bored or lonely or impatient.
express=require'express'app=express()
server=require('http').Server app
server.listen (process.env.PORTor9998) # Port 9998 is like # our room number.
When a new user arrives, we will send them some info about Dom.