a bit more description of message passing
This commit is contained in:
parent
e9aba87d76
commit
9dc5111347
|
@ -135,6 +135,12 @@ Returns:
|
||||||
Message
|
Message
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Passing messages is done asynchronously. This may (potentially) relieve a lot of the burden of distribution from the posting site. If you're on site 'A' and make a post, site 'A' just contacts any downstream sites and informs them that there is new content (via a $post_id). The downstream site initiates the actual data transfer.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
POST https://example.com/post
|
POST https://example.com/post
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user