Skip to content

vladyslavnUA/chat

Repository files navigation

Welcome to Sample Chat App

Docker Cloud Build Status Website GitHub language count GitHub top language

A very minimalistic clone of Slack using Socket.io

Technologies:

  • Node.js
  • Express.js
  • JavaScript
  • jQuery

Demo

Live Demo: https://plackchat.herokuapp.com/

chat app demo

Usage

# To use this project, clone the repository with:

git clone https://github.com/vladyslavnUA/chat

# install the modules with (either one)

npm i || npm install

# run the project

node app.js

Issues

If any issues appear, please open a new ticket.
Otherwise, it is usually an update in a module
being used so check which one needs to be updated
and update with npm i <package-name>.