Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaansrflioglu/nodejs-chatapp
This repo is an example of a simple chat website application built using Node.js and MongoDB.
https://github.com/kaansrflioglu/nodejs-chatapp
body-parser dotenv express express-flash express-handlebars express-session mongodb mongoose nodejs socket-io
Last synced: 9 days ago
JSON representation
This repo is an example of a simple chat website application built using Node.js and MongoDB.
- Host: GitHub
- URL: https://github.com/kaansrflioglu/nodejs-chatapp
- Owner: kaansrflioglu
- License: mit
- Created: 2023-08-09T06:48:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T14:52:48.000Z (8 months ago)
- Last Synced: 2024-03-24T14:47:12.368Z (8 months ago)
- Topics: body-parser, dotenv, express, express-flash, express-handlebars, express-session, mongodb, mongoose, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Web Chat Application
### The following tools were used in the construction of this project.
Node.js, MongoDBexpress
express-session
express-handlebars
express-flash
mongoose
socket.io
body-parser
dotenv### Update the database variable.
Replace the `MONGODB_CONNECTION_STRING` variable in the `.env` file with your mongodb connection.# How to use?
Install its libraries by using `npm install` command and then `npm start` to run the server.