Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rajranjan0608/personalchat
- Owner: rajranjan0608
- Created: 2019-05-20T06:25:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T23:13:18.000Z (over 3 years ago)
- Last Synced: 2023-03-08T19:22:58.072Z (almost 2 years ago)
- Topics: chatroom, expressjs, mongodb, nodejs, socket-io
- Language: HTML
- Size: 444 KB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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!