Console-based real-time messaging platform.
Go to file
Andrew Lalis b21137a767 Renamed a method. 2021-08-25 16:49:37 +02:00
client Improved client event handling, and server consistency and chat history requests. 2021-08-25 14:36:49 +02:00
core Improved client event handling, and server consistency and chat history requests. 2021-08-25 14:36:49 +02:00
server Renamed a method. 2021-08-25 16:49:37 +02:00
.gitignore Added db and config json to gitignore. 2021-08-23 09:09:26 +02:00
LICENSE Initial commit 2021-08-21 11:30:05 +02:00
README.md Added initial prototype. 2021-08-21 21:49:01 +02:00
pom.xml Added initial prototype. 2021-08-21 21:49:01 +02:00

README.md

Concord

Console-based real-time messaging platform, inspired by Discord.

This platform is organized by many independent servers, each of which supports the following:

  • Multiple message channels. By default, there's one general channel.
  • Broadcasting itself on certain discovery servers for users to find. The server decides where it wants to be discovered, if at all.
  • Starting threads as spin-offs of a source message (with infinite recursion, i.e. threads within threads).
  • Private message between users in a server. No support for private messaging users outside the context of a server.
  • Banning users from the server.

Each server uses a single Nitrite database to hold messages and other information.