Skip to content

Sample app to send notification system using RabbitMQ

Notifications You must be signed in to change notification settings

HARDY8118/notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification system

Sample app to send notification via Server Sent Events using RabbitMQ

Technologies used

  • Node.js
  • Docker
  • RabbitMQ
  • Nginx
  • Svelte

Commands

Start containers

./up.sh build

Stop containers

./down.sh

Send notification

curl http://localhost:3000/post/$(channel)?msg=$(msg)

Routes

ROUTE DESCRIPTION
GET / Check server status
GET /subscribe/Channel_Name Subscribe via event stream
GET /post/Channel_Name?msg=Message Send Message to channel

About

Sample app to send notification system using RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published