Skip to content

yayolande/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

A simple client-server chat application made with NodeJs. This version use http connection rather than socket, which is not suited for this use case. In a future iteration, I will implement it with socket, but for now I need to learn the basic of NodeJs, therefore let's tone down the difficulty.

Installation

As a pre-requisite, you must have NodeJs installed on your computer (Type node -v to check), otherwise install it first. Open the project root directory in your terminal and type :

npm install

Usage

After installation, type the following commands in the project root directory in your terminal :

npm start

By default, the app is running at localhost:2200/, therefore open your browser with that URL.

About

Simple chat client-server made with NodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published