Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajranjan0608/personalchat

PersonalChat is a Real Time Chat web application implemented using HTML ( and CSS), NodeJS, mongoDB, ExpressJS, Socket.io and other dependencies.
https://github.com/rajranjan0608/personalchat

chatroom expressjs mongodb nodejs socket-io

Last synced: about 2 months ago
JSON representation

PersonalChat is a Real Time Chat web application implemented using HTML ( and CSS), NodeJS, mongoDB, ExpressJS, Socket.io and other dependencies.

Awesome Lists containing this project

README

        

------------------------
ABOUT PERSONAL CHAT APP
------------------------

-----------------------------------
STEPS TO RUN PERSONAL CHAT ON YOUR WEB BROWSER
-----------------------------------

---------
LINUX
---------

________________________________________________
INSIDE app.js and ./public/chat.js/ respectively
________________________________________________

i) Replace 10th Line i.e. "var port=3000" according to the port you are using.

ii) Replace the variable "ipaddr" (line 1) and "port" (line 2) according to your need. Here, we have, ipaddr=127.0.0.1 and port=3000 that is we are running on local host.

_________
TERMINAL
_________

# git clone http://github.com/rajranjan0608/pesrsonalChat
# cd personalChat
# npm install
# service mongodb start (You have to keep running MongoDB on your machine to store and retreive messages and user.)
# node app.js

____________
WEB BROWSER
____________

PASTE IN THE URL BAR: localhost:3000 OR :

---------
WINDOWS
---------

No one cares, bitch!