We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/core-handler
Implement core handler for Quantumix server.
Be able to exchange data stream by op code in json. Such as:
op
{ "op": "project/new", "data": { "name": "Moonstone", "description" "Instant messaging with end to end encrytion" }, }
This will add a new project Moonstone and save to database (This is just an example, the exact da model should desgin later).
Moonstone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Branch Name:
feat/core-handler
Description
Implement core handler for Quantumix server.
Expected Effect
Be able to exchange data stream by
op
code in json. Such as:This will add a new project
Moonstone
and save to database (This is just an example, the exact da model should desgin later).The text was updated successfully, but these errors were encountered: