Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 352 Bytes

File metadata and controls

11 lines (8 loc) · 352 Bytes

Chat Application

I have created a two-way chat app that allows users to chat in real-time across different discussion groups. It uses the Node.js and express frameworks and socket.io library. User-Interface is elevated with the use of HTML, CSS, Bootstrap and Javascript.

Running the app

npm init
npm run dev

Go to localhost:3000