Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 356 Bytes

http-pub-sub

An HTTP notification system

How to run

  • Clone repo
  • From your terminal, run cd http-pub-sub
  • Run npm install
  • In one terminal, run ./start-server.sh to start subscriber and publisher servers
  • In another terminal, run ./test.sh to subscribe 2 endpoints to a topic (topic1) and publish a message to that topic

Test

TODO