revell29 / chat-engine_NodeJS

Chat engine made with NodeJS, SocketIO & MongoDB. this repo for make private chat or user to user.

Home Page:https://digichat.now.sh/home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private Chat server (User to User) with NodeJS

This repository is for building private chat server or user to user. This engine made with NodeJS, SocketIO, and MongoDB.

For Development

  1. clone this repository
  2. run yarn or npm install
  3. change PORT .env
  4. Change URL mongodb in app/mongo/index.js
  5. and run yarn dev or npm run dev

For Production

  1. clone this repository
  2. change PORT .env
  3. Change URL mongodb
  4. run yarn build or npm run build
  5. and deploy to server

Frontend Web Chat

Contact Me

About

Chat engine made with NodeJS, SocketIO & MongoDB. this repo for make private chat or user to user.

https://digichat.now.sh/home


Languages

Language:JavaScript 99.4%Language:Shell 0.6%