orbit

module
v0.0.0-...-7d48a12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2021 License: GPL-3.0

README

orbit

orbit is a free serverless chat service developed for deployment in AWS.

modules

module description
account account creation and management
chat getting, posting, or subscribing to a chat
testutil test helper functions
store database connection logic

terminology

This is super high level terminology for orbit.

For communication, a chat is the highest level object. They will contain information about the user permissions and link to the individual messages.

A message is a simple record in a chat containing a timestamp, body, and author.

Finally, users and accounts. users contain mostly information for connecting to other users and chats. Whereas accounts are more for settings and external links like emails.

Directories

Path Synopsis
account
create/cmd command
create/cmd command
get
get/cmd command
post/cmd command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL