Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anikethsaha/open-chat-with-socket.io

this is simple open chat based on node.js with socket.io and mongodb
https://github.com/anikethsaha/open-chat-with-socket.io

express-js mongodb nodejs socket-io

Last synced: 3 months ago
JSON representation

this is simple open chat based on node.js with socket.io and mongodb

Awesome Lists containing this project

README

        

# open-chat-with-socket.io
this is simple open chat based on node.js with socket.io and mongodb
# ScreenShot at the end
## tools required
##### MongoDB
##### Node.js
##### NPM
##### Please check for all the dependencies in package.json file and install them with NPM

### Donation

Buy Me A Coffee

## How to Use?
Simply start your node server with the
`
node app
`
Start Your mongodb server and database with ` mongo ` and ` mongod ` command in CMD

Go to ` localhost:8080 ` in your browser where your server is running and register and login and chat

alt text
alt text
alt text