From 6b2474846e017c4705f9dcc0a5f4f9f38c75091a Mon Sep 17 00:00:00 2001 From: Zaid Daba'een Date: Fri, 26 Feb 2016 20:25:14 +0200 Subject: [PATCH] Added footer and fork --- index.js | 2 +- views/index.html | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 8ce6567..d9cbb58 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const app = express(); // Run server to listen on port 3005. const server = app.listen(3005, () => { - console.log('listening on *:3005'); + console.log('Listening on http://localhost:3005'); }); const redisAdapter = require('socket.io-redis'); diff --git a/views/index.html b/views/index.html index a502421..bef9f80 100644 --- a/views/index.html +++ b/views/index.html @@ -16,11 +16,17 @@
+ Fork me on GitHub +
+ +