vcarrara / live-chat

Live chat in Node.js using React, Express, websockets and a MongoDB database, the whole thing running in docker containers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

live-chat

Live chat system built in Node.js using React, Express, websockets and a MongoDB database, the whole thing running in docker containers.

Getting started

  • Start containers
$ docker-compose up [-d]
  • Stop containers
$ docker-compose down

Accessing mongo-express

Go to localhost:8081

About

Live chat in Node.js using React, Express, websockets and a MongoDB database, the whole thing running in docker containers.

License:MIT License


Languages

Language:JavaScript 97.1%Language:CSS 2.5%Language:Dockerfile 0.3%Language:HTML 0.2%