ActivityPub फ़्रेमवर्क Fedify 1.0.0 रिलीज़
(velog.io)Fedify एक TypeScript लाइब्रेरी है जो ActivityPub प्रोटोकॉल आधारित federated server applications को आसानी से बनाने में मदद करती है। अब इसका पहला आधिकारिक संस्करण 1.0.0 जारी किया गया है.
मुख्य विशेषताएँ:
- ActivityPub objects के लिए type-safe interface प्रदान करता है
- WebFinger, HTTP Signatures, Linked Data Signatures, Object Integrity Proofs आदि का समर्थन
- Mastodon, Threads जैसे प्रमुख fediverse services के साथ interoperability
- विभिन्न web frameworks के साथ integration और CLI tools उपलब्ध
मुख्य बदलाव:
- “handle” शब्द के उपयोग में बदलाव और अधिक स्पष्टता
- Linked Data Signatures समर्थन के साथ सभी प्रमुख signing methods का implementation
- प्राप्त activities को दूसरे actors तक forward करने की सुविधा जोड़ी गई
- PostgreSQL driver package (
@fedify/postgres) जारी
Fedify को JSR और npm से install किया जा सकता है।
deno add jsr:@fedify/fedify
npm add @fedify/fedify
अभी कोई टिप्पणी नहीं है.