https://github.com/devmahmud/letschat-node
Simple Public Chat App without registration in node js, express, mongodb and socket.io and jquery
https://github.com/devmahmud/letschat-node
express mongodb nodejs socket-io
Last synced: 12 months ago
JSON representation
Simple Public Chat App without registration in node js, express, mongodb and socket.io and jquery
- Host: GitHub
- URL: https://github.com/devmahmud/letschat-node
- Owner: devmahmud
- Created: 2020-01-01T06:15:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:57:38.000Z (about 3 years ago)
- Last Synced: 2025-01-06T21:46:04.470Z (about 1 year ago)
- Topics: express, mongodb, nodejs, socket-io
- Language: HTML
- Size: 201 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lets Chat
Simple Public Chat App without registration in node js, express, mongodb and socket.io
## See live demo here
https://letschat-node.herokuapp.com/
## Project Screenshot

## Install dependencies
```
npm install
```
# Run the server with node js
```
npm start
```
```
Server runs on http://localhost:5000
```
```
You need to setup your mongo database connection uri in server.js file
```
## Author
Mahmudul alam
Email: expelmahmud@gmail.com
========Thank You !!!=========