Chat Application developed using Nodejs and mongodb
SETUP STEPS
Install Nodejs,Mongodb.
This chat application has two dependencies ,mongo driver and socket.io .To install these dependencies ,goto the folder where chat application is installed and open the command prompt and execute "npm Install".This command should install mongodb and socket io drivers for this application.
To start mongodb , go to mongo db folder and execute the command, mongod.exe --config ex: c:\programfiles\mongodb\server\3.2\bin\mongod.exe --config c:\chatapplication/config.yaml