https://github.com/reiver/go-actsock
Package actcon implements an ActivityPub & ActivityStreams like protocol over a WebSocket, for the Go programming language.
https://github.com/reiver/go-actsock
activitypub activitysocket activitystreams websocket
Last synced: about 2 months ago
JSON representation
Package actcon implements an ActivityPub & ActivityStreams like protocol over a WebSocket, for the Go programming language.
- Host: GitHub
- URL: https://github.com/reiver/go-actsock
- Owner: reiver
- License: mit
- Created: 2025-05-27T05:32:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-03T22:50:12.000Z (about 1 year ago)
- Last Synced: 2025-06-04T06:49:32.246Z (about 1 year ago)
- Topics: activitypub, activitysocket, activitystreams, websocket
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-actsock
Package **actsock** implements **ActivitySocket**, an ActivityPub & ActivityStreams like protocol over a WebSocket, for the Go programming language.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-actsock
[](https://godoc.org/github.com/reiver/go-actsock)
## Import
To import package **actsock** use `import` code like the following:
```
import "github.com/reiver/go-actsock"
```
## Installation
To install package **actsock** do the following:
```
GOPROXY=direct go get github.com/reiver/go-actsock
```
## Author
Package **actsock** was written by [Charles Iliya Krempeaux](http://reiver.link)