Skip to content

mr-hrr-harry/amqp_rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amqp_rabbitmq

This is a simple app for messanger using RabbitMQ

rabbitmq server setup

$ sudo apt install rabbitmq-server $ sudo rabbitmq-server

initial npm setup

$ npm init $ npm i amqplib

to get the initial run command instructions

npm run start

to access the publisher module

npm run publisher (or) node publisher.js

to access the subscriber module

npm run (or) node subscriber.js

About

This is a simple app for messanger using RabbitMQ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published