Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reiver/go-asns
Package act provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.
https://github.com/reiver/go-asns
activitypub activitystreams activitystreams-vocabulary fediverse json-ld
Last synced: 3 days ago
JSON representation
Package act provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.
- Host: GitHub
- URL: https://github.com/reiver/go-asns
- Owner: reiver
- License: mit
- Created: 2024-12-04T01:50:24.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-02-09T11:13:59.000Z (5 days ago)
- Last Synced: 2025-02-09T12:20:43.566Z (5 days ago)
- Topics: activitypub, activitystreams, activitystreams-vocabulary, fediverse, json-ld
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-asns
Package **act** provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-asns
[![GoDoc](https://godoc.org/github.com/reiver/go-asns?status.svg)](https://godoc.org/github.com/reiver/go-asns)
## Import
To import package **act** use `import` code like the follownig:
```
import "github.com/reiver/go-asns"
```## Installation
To install package **act** do the following:
```
GOPROXY=direct go get github.com/reiver/go-asns
```## Author
Package **act** was written by [Charles Iliya Krempeaux](http://reiver.link)