Skip to content

CristianChris/Chat-Application-using-Message-Broker-technology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

####Application's Report ####Running the application: In order to run our aplication we will need to install several tools for that:

  1. NodeJS as a JavaScript environment
  2. Redis as a message broker

After the installation, from our terminal we will need to run first our Redis service to serve us the brokering. For this just type the following command: redis-server

Afterwards, open a new terminal instance and type the following command: node app [port]

Note! We should be at the path where our project tree is located!

Instead of [port] you need to write what port you want to run this app on. You can open multiple instances of the application running on different ports, considering they are not running anohter process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published