pranav1601 / chat-application

A nodeJS backend run application that uses SocketIO for creating seperate chat rooms and users allowing to text achother in those rooms.

Home Page:https://chatapplicationrooms.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-application

The application can be accessed on the web over here chat room application

A nodejs and SocketIO backend run application that can be used to join different chat-rooms, send messages and send their locations!. It is hosted on heroku.

The project uses npm version 7.6.0 and Node.js v12.20.2.

Instructions to run and use the application are given below:

Application Setup

  • Start terminal(Mac/Linux) or command window(Windows). Ensure you have git, node and npm installed.
  • Run command https://github.com/pranav1601/chat-application.git
  • Run command cd chat-application
  • install the dependencies-> Run command -> npm install

How to use the application?

Access the website

  • run command -> node src/index.js
  • Open your browser and the application will be up and running on http://localhost:3030
  • Open multible tabs with the same link and start texting eachother!

About

A nodeJS backend run application that uses SocketIO for creating seperate chat rooms and users allowing to text achother in those rooms.

https://chatapplicationrooms.herokuapp.com/


Languages

Language:JavaScript 53.9%Language:HTML 25.4%Language:CSS 20.7%