Skip to content

Draft Publisher-Subscriber service implemented on async_std

Notifications You must be signed in to change notification settings

vTinMan/test_pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draft Publisher-Subscriber service based on HTTP, implemented on async_std without special web frameworks and libraries.

Use case:

  1. subscribers send GET requests to url and wait for response with data from publisher;
  2. publisher sends POST request to same url with data that is then transported to response for subscribers.

About

Draft Publisher-Subscriber service implemented on async_std

Resources

Stars

Watchers

Forks

Languages