What does HackerNews think of gotosocial?

Fast, fun, ActivityPub server, powered by Go.

Language: Go

#26 in Go
GoToSocial exposes an API for basic frontends pretty much. https://github.com/superseriousbusiness/gotosocial
> I'd be very interested to see a flexible/complete AP implementation in any statically typed language

Try Honk[1] or GotoSocial[2]?

[1] https://humungus.tedunangst.com/r/honk [2] https://github.com/superseriousbusiness/gotosocial

> Im looking forward to a solid ActivityPub server written in Go or Rust that can run on modest hardware/small resource

The "Lightweight" GoLang ActivityPub server is GoToSocial https://github.com/superseriousbusiness/gotosocial

The better-known lightweight servers are Pleroma and fork Akkoma, written in Elixir https://akkoma.dev/AkkomaGang/akkoma/

Some of this info I got via: https://social.treehouse.systems/@ariadne/110226729543740723

GotoSocial would be another option (also in Go with SQLite backend.) Although you'll need a front-end because it doesn't ship with one.

https://github.com/superseriousbusiness/gotosocial

That's a really unhelpful landing page. Finding their git repo wasn't too difficult. https://github.com/superseriousbusiness/gotosocial
I think it’s worth to check out https://github.com/superseriousbusiness/gotosocial It’s far from „done“ and has a lot of rough edges, but it’s easy to setup and probably good enough for a single instance!