Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Simple Web Chat Application

### The following tools were used in the construction of this project.
Node.js, MongoDB

express
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.