Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:57:38.000Z (about 2 years ago)
- Last Synced: 2024-11-17T08:11:30.563Z (3 months 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
![image](https://user-images.githubusercontent.com/19981097/71638662-017b6c00-2c90-11ea-8f64-f371eebd8e60.png)
## 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: [email protected]========Thank You !!!=========