Ryouiki
Self-hosted domain communication service

Rooms

Rooms are text threads between two or more users.

Room {
    User    :USER_ID
    Subject :sequence
    Thread  :THREAD
}

Properties

User

User that initiated the room.

Subject

Subject line of the room.

Thread

Message thread containing room content.

Watchers are the list of room participants.