Socket
Socket
Sign inDemoInstall

@musakui/fedi

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @musakui/fedi

tools for the fediverse


Version published
Weekly downloads
1
Maintainers
1
Install size
45.6 kB
Created
Weekly downloads
 

Readme

Source

fedi

tools for the fediverse

npm

Warning this is still experimental and APIs are expected to change a lot

This project houses the low-level interfaces to interact with the Fediverse. It aims to be

  • buildless (ESM)
  • isomorphic (run in browser and Node)
  • typed (with JSDoc annotations and TS declarations)

Documentation will be lacking, so please refer to kotori for usage examples.

Modules

These are the main components. Please suggest more if you think they should be added.

ActivityPub (and ActivityStreams)

The core protocol for federated social networking. For a quick rundown, this highly opinionated guide to learning about ActivityPub is highly recommended.

Similar libraries

.well-known endpoints

Some Well-known URIs have been defined for easy communication between services. The main ones are WebFinger (to lookup handles) and NodeInfo (server metadata).

HTTP Signatures (and Keys)

To verify messages across services, HTTP requests are signed with keys.

Note There is some code for hs2019 but take note that it is not well supported

Keywords

FAQs

Last updated on 25 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc