Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 698 Bytes

File metadata and controls

12 lines (8 loc) · 698 Bytes

This is a simple chat room application based on NodeJS framework.

The app is build using NodeJS, using Express.js framework as server side operations. FOR MORE INFORMATION ON EXPRESS, VISIT https://www.mongodb.com/docs/ https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/Introduction

The app uses socket.io package from NodeJS, enabling real-time communication between client and server. FOR MORE INFORMATION ON SOCKET.IO, VISIT https://socket.io/docs/v4/

The app uses Mongodb as local database. FOR MORE INFORMATION ON MONGODB, VISIT https://www.mongodb.com/docs/

###npm start Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.