/SendChat.io

Video and Chat Application implemented with Nodejs

Primary LanguageJavaScript

Visit and use the app in its current status! Check it out at sendchat.herokuapp.com

SendChat

Online video and chat application resembling current sites such as Omegle or Chat Roulette.

Implementation is done in Nodejs with heavy reliability using Socket.io to drive the communication between users.

Warning: Heroku app isn't as responsive as hosting the server yourself. Wait until site gives you a total user count, then start searching.

Instructions

git clone git@github.com:jacks205/SendChat.io.git

cd SendChat.io/

Make sure you have npm installed and are able to use through your terminal.

Now you need to install the modules for SendChat.

npm install

To run the server:

node ./bin/www

Make sure to run node through the 'www' file and not app.js