geralt1002 / Simple-Vue-Chat

Home Page:https://chat-app-lh2l.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-app

Simple Chat app using Socket.io. Messages are save in MongoDB. Client side was made with Vue 3 Javascript framework.abnf

app preview

Functionalities

  • Add user
  • Change username
  • Send message with the date information
  • Live information on who is writing
  • Store all messages in database

Technologies:

  • Vue 3
  • SCSS
  • Node.js
  • Express
  • Socket.io
  • MongoDB

Setup

To run this project, install it locally using npm:

Server

$ npm install
$ npm run dev

Client

$ cd client
$ npm install
$ npm run serve

About

https://chat-app-lh2l.onrender.com/


Languages

Language:Vue 52.7%Language:JavaScript 25.7%Language:SCSS 19.0%Language:HTML 2.6%