Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 789 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 789 Bytes

Chat App

Hello This is a Chat App made with NodeJS. The chat app uses the Socket IO library so that users can join a room and chat with individuals in that specific room. Current features in place include: join a room, send messages in that room, and send geolocation information. As users enter and leave the room, the room list updates and an admin message announces the change.

INSTALLATION

  • Clone the application from github:

https://github.com/saloniig/Chat-app

  • After loading the application in the termial, run:

npm install

LAUNCHING

  • In command line, run:

npm start

PACKAGE.JSON

  • All necessary dependencies are listed in the file package.json located in the main file directory.