Skip to content

ankesh27/node-rabbitmq-socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rabbittmq nodejs chat app

Installation

  • Install Node and NPM
  • Install Express and bodyparser npm install express body-parser --save
  • Install rabbitMQ on your machine
  • Install AQMP library npm install amqplib --save
  • Install socket library npm install socket.io --save
  • In connection.js change your rabbitMQ connection parameters
  • Start the rabbirMQ server rabbitmq-server
  • Start your node server:- Go to your project directory and run node app

Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published