We're almost through with our journey of implementing ActivityPub in a static site or any website.
-
We're almost through with our journey of implementing ActivityPub in a static site or any website. Up next, broadcasting your site's posts! #ActivityPub #WebDevelopment#Fediverse #StaticSites #WebDev #SocialWeb
-
Remember how we generated the notes in part 4 (https://maho.dev/2024/02/a-guide-to-implementing-activitypub-in-a-static-site-or-any-website-part-4/)? They are static files within our site. Now, we need to ensure these notes make their way into the fediverse again. #ActivityPub #WebDev#Fediverse #StaticSites #WebDev
-
Let's talk about the federation of your posts. Basically, it's about iterating the list of your followers, getting their inbox URL, and creating a fediverse object. #Fediverse #Federation#ActivityPub #WebDev #SocialWeb
-
Putting things together, while relying on my language of love(C#), I have implemented this! Check it out on this GitHub link (https://github.com/mahomedalid/almost-static-activitypub/) #CSharp #GitHub #ActivityPub#Fediverse #StaticSites #WebDev #CSharp #GitHub
-
Using a unique id, we make sure each post in the federation process is distinct, avoiding the generation of multiple identical notes. Remember that posts will not be duplicated even if sent multiple times given the id remains constant. However, it makes sense to avoid doing this to save resources. #ActivityPub #Federation#Fediverse #StaticSites #WebDev
-
Remember, your next steps might include integrating this in CI/CD, creating a new database or storage for broadcasting notes & exploring the possibilities of update action in ActivityPub! In my future updates, I will be exploring some crazy ideas on how we should send different objects for the same origin. Stay tuned! #Upcoming #ActivityPub #WebDev#Fediverse #StaticSites #WebDev #GithubActions #CI/CD
-
This might not seem super complex, but the magic lies in the details! And just like this, I have broadcasted this post into the fediverse. #ActivityPub #Federation #April#Fediverse #StaticSites #WebDev
-
This is an autogenerated thread from the original post - https://maho.dev/2024/11/a-guide-to-implementing-activitypub-in-a-static-site-or-any-website-part-7/#Fediverse #StaticSites #WebDev #GithubActions #CI/CD #ActivityPub