Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 346 Bytes

File metadata and controls

13 lines (10 loc) · 346 Bytes

ChatterPro App

Realtime chat application made with websockets using Node.js, Express and Socket.io with Vanilla JS on the frontend. Design and theme of the program is inspired from Whatsapp UI.

Usage

npm install
npm run dev

Go to localhost:3000

More details on the app's build and running can be found on the Project Report file.