Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.26 KB

ActivityPub Explained

     /\       | | (_)     (_) |        
    /  \   ___| |_ ___   ___| |_ _   _ 
   / /\ \ / __| __| \ \ / / | __| | | |
  / ____ \ (__| |_| |\ V /| | |_| |_| |
 /_/    \_\___|\__|_| \_/ |_|\__|\__, |
           |  __ \     | |        __/ |
           | |__) |   _| |__     |___/ 
           |  ___/ | | | '_ \          
           | |   | |_| | |_) |         
           |_|    \__,_|_.__/          

Sequence diagrams of how ActivityPub/Webfinger works and how to implement against it will be stored here.

PR's are encouraged!

The following are good to look through,

The following are implementations in a few different languages,

Some specific behaviors are covered well here.