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

Latest commit

 

History

History
13 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 394 Bytes

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