Skip to content

A Simple chat app developed on Node but it does not uses any databases to store the information.

Notifications You must be signed in to change notification settings

Justabhi96/node-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-chat-app

A chat app developed on Node.js in which the users who join the same room can send messages to each other. But it does not uses any databases to store the information.

Getting Started

To get this project just clone it using gitbash by using following command

git clone https://github.com/Justabhi96/node-chat-app.git

or you can also download the zip version of this project.

Prerequisites

You should must have node installed on your machine in order to run this app. You can download from https://nodejs.org/en/download/

Installing

To get the app running you should run the following commands in the terminal of your machine from this project folder,

Installing the dependencies

npm install

Running the app

node server/server.js

You can see the running project on localhost:5000 in your browser.

Built With

  • Node - The Javascript runtime
  • Express - The Web Framework used
  • Socket.io - For real-time bidirectional event-based communication.

Authors

About

A Simple chat app developed on Node but it does not uses any databases to store the information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published