Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages