Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

authordottle/MessagingAppReloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messaging App

Jiaqian Huang.2366

Structure

This repository has most functionality in server and client file. The server file presents UI of the page in HTML / CSS and the related functions are handled by JQuery. The server file is designed to apply Express and Socket. And the json file serves as database to save all users' information.

Prerequisite

npm nodeJS

How to start