Vue Socket.IO Chat

Description

A real time chat application in Vue, Socket.IO, MongoDB.

Requirements

  • Node.js, NPM, MongoDB

Instructions

Client: install dependencies and run client on port 8080

cd client
npm install
npm run serve

Server: install dependencies and run server on port 1337

cd server
npm install
npm run dev

Flowchart

screenshot

Dependencies

Client:

Server:

GitHub

View Github