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