Fediverse generally runs on ActivityPub, which uses HTTP as a transport, so you’ll be good. The problem is that the clients don’t talk to fediverse, it's more of a server-to-sever protocol; you'd look into the specific server APIs. But you’re good there, too - all the big fediverse players use RESTful HTTP for their client-facing API.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
Thanks for your help my good man.
Lemmy (and most other ActivityPub server implementations) uses its own HTTP API to communicate with clients. I'm not sure where you read that HTTP is not required.
If you want to create a custom frontend, see https://join-lemmy.org/docs/contributors/04-api.html
Btw, you might be interested in https://github.com/mrusme/neonmodem
This is so nice... Thanks.
Btw, you might be interested in https://github.com/mrusme/neonmodem
This is exactly what I've been looking for. Sadly, it doesn't show any posts for me, after setting it up according to the readme. The search continues.
I think gnus.el might handle Lemmy now.
I know for sure that there is a mastodon client for Emacs, but of course that uses a different protocol and wouldn’t work for lemmy: https://codeberg.org/martianh/mastodon.el
Can't load this website, what is it?
News and email reader that runs inside Emacs. .el is the file extension for Emacs Lisp.