all in one chat
Go to file
Michael Zhang e866009491 wip 2023-12-25 18:06:09 -05:00
.cargo initial 2023-12-25 04:43:15 -05:00
.vscode wip 2023-12-25 18:06:09 -05:00
backend wip 2023-12-25 18:06:09 -05:00
common upd 2023-12-25 16:39:01 -05:00
frontend upd 2023-12-25 16:39:01 -05:00
prisma-cli initial 2023-12-25 04:43:15 -05:00
.envrc initial 2023-12-25 04:43:15 -05:00
.gitignore initial 2023-12-25 04:43:15 -05:00
.tokeignore upd 2023-12-25 16:39:01 -05:00
Cargo.lock upd 2023-12-25 16:39:01 -05:00
Cargo.toml initial 2023-12-25 04:43:15 -05:00
README.md wip 2023-12-25 18:06:09 -05:00
docker-compose.yml initial 2023-12-25 04:43:15 -05:00
rustfmt.toml initial 2023-12-25 04:43:15 -05:00

README.md

mraow

Roadmap

  • send messages from one client to another
  • rooms
  • permission model
  • save connection info to local storage db
  • get rid of unwraps
  • handle disconnect correctly
  • user accounts
  • retrieve history
  • notifications
  • multiple clients
  • send files (s3 backend interop)

distant future shit

  • irc interop
  • matrix interop
  • having a spec
  • e2e encryption