Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 538 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 538 Bytes

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.

This Repo

Kudzu is a test client for the Arbor chat protocol. It randomly responds to messages with lorem-ipsum text, and is useful for testing client and server implementations.