https://github.com/arborchat/protocol
Specification for the Arbor chat protocol
https://github.com/arborchat/protocol
arborchat specification
Last synced: 5 months ago
JSON representation
Specification for the Arbor chat protocol
- Host: GitHub
- URL: https://github.com/arborchat/protocol
- Owner: arborchat
- License: bsd-3-clause
- Created: 2018-10-20T01:39:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T00:18:40.000Z (almost 7 years ago)
- Last Synced: 2025-10-09T00:25:00.356Z (8 months ago)
- Topics: arborchat, specification
- Size: 77.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arbor
Arbor is an experimental chat protocol that models a conversation
as a tree of messages instead of an ordered list. This means that
the conversation can organically diverge into several conversations
without the messages appearing interleaved.
You can get information about the Arbor project [here](https://man.sr.ht/~whereswaldon/arborchat/)
## This Repo
This repo houses the various specifications related to the Arbor chat protocol.
Right now this is only the basic protocol specification, but in the future we
expect it to also contain client-side protocol extension specifications and
recommendations for implementing clients and servers.