Skip to content

ncheikh/pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubsub

HTTP Based PubSub System that uses HTTP SSE to publish messages to subscribers

Running

make run

make serve (Hot Reloading)

Subscribe: curl localhost:8080/subscribe

Publish: curl --header "Content-Type: application/json" --request POST --data '{"message":"some message"}' localhost:8080/publish

Testing

make test

About

HTTP Based PubSub Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published