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

https://github.com/arborchat/arbor-go

[legacy] Golang implementation of the Arbor chat protocol
https://github.com/arborchat/arbor-go

arborchat go library

Last synced: 5 months ago
JSON representation

[legacy] Golang implementation of the Arbor chat protocol

Awesome Lists containing this project

README

          

# Arbor-Go

[![Build Status](https://travis-ci.org/arborchat/arbor-go.svg?branch=master)](https://travis-ci.org/arborchat/arbor-go)
[![GoDoc](https://godoc.org/github.com/arborchat/arbor-go?status.svg)](https://godoc.org/github.com/arborchat/arbor-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/arborchat/arbor-go)](https://goreportcard.com/report/github.com/arborchat/arbor-go)

This is a Golang library implementation of the Arbor chat protocol. It allows
you to send and recieve messages over any `io.ReadCloser` and `io.WriteCloser`.

You can get information about the Arbor project [here](https://man.sr.ht/~whereswaldon/arborchat/).

## Contribute

PRs and suggestions welcome!