NodeJS Code for Chat Application with Redis 20 May 2015 Robert Amiscaray (0) Sign up for a FREE Redis DB account at RedisLab.After logging into RedisLabs, click on Manage My ResourcesClick "New Redis Subscription"Choose the Standard Tab > 30MB Free VersionEnter a Resource Name (Example: MyRedisDb)Enter a Password (Example: P@ssw0rd) Click "Activate".This will take you the activation screen.Click on My ResourcesClick on the newly created Db (Example: MyRedisDb)You will use the EndPoint defined for using within your chat applicationUnzip the NodeChat.zip file to a directoryEdit Chat_App.js and Set:var redisPort = (Example: 12345)var redisUrl = (Example: pub-redis-12345.us-east-1-2.3.ecc.data.com)var redisPassword = (Example: P@ssw0rd)Save.Run the chat app: node chat_app.jsDownload the Chat App: chat_app.zip (3.5MB)Related links: Node JS Chat on Azure App Service