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
- Host: GitHub
- URL: https://github.com/arborchat/arbor-go
- Owner: arborchat
- License: bsd-3-clause
- Created: 2018-10-20T01:49:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T00:07:26.000Z (about 7 years ago)
- Last Synced: 2025-10-09T06:22:20.217Z (8 months ago)
- Topics: arborchat, go, library
- Language: Go
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arbor-Go
[](https://travis-ci.org/arborchat/arbor-go)
[](https://godoc.org/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!