An open API service indexing awesome lists of open source software.

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.

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

[![GoDoc](https://godoc.org/github.com/reiver/go-actsock?status.svg)](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)