From bd919cf3068774a7529bbc30685cabc1256c1c30 Mon Sep 17 00:00:00 2001 From: Yvan Date: Wed, 29 Jan 2025 12:02:00 +0000 Subject: [PATCH] fleshing out the project readme a bit --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a172d1a..81d3285 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ # activitypubplay -A repo for playing with ActivityPub implementation in various languages and frameworks +Yvan's basic ActivityPub implementations in various languages. The project is +to build an implementation that provides the ability to do nothing more than +create "bots" and post messages as those bots. I've made sarts in Go and PHP +which I'll push into here in time, but this repo was created with a Java +implementation as the first project. + +I claim to be no expert in any programming language, these are not intended to +be definitive expert quality coding examples. They are in fact a learning +experience for myself and feedback is thus very welcome! + +Yvan Seth + +## Java / Spring Boot + + Java/Spring/activitypubbot + +An implementation using the +[Spring Boot](https://docs.spring.io/spring-boot/index.html "Spring Boot") +framework trying to refresh and educate myself in some styles of MVC +and DAO pattern type web application implementations as well as remember +Java itself! A language I have only used very lightly in the last +20 years, though I learnt it and even taught using it back in Uni. +(A very long time ago...) + +## Go + +Actually the first implementation I started but not got too far yet, hopefully +to upload in time. Not got as far as picking a web framework for this. + +## PHP / Laravel + +My second implementation but also not got too far with it yet, going with +Laravel as it was specified in a job role I was applying for but that blanked +out so I moved on with the Java one as higher priority. + +