8000 GitHub - rajranjan0608/personalChat: PersonalChat is a Real Time Chat web application implemented using HTML ( and CSS), NodeJS, mongoDB, ExpressJS, Socket.io and other dependencies.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

rajranjan0608/personalChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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   <your_ip_address>:<your_port>

WINDOWS

No one cares, bitch!

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0