Harmony: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Product|image=[[Harmony_Logo.png|thumb]]|website=https://harmonyapp.io|languages=Rust, Go, Typescript|repository=https://github.com/harmony-development|frameworks=Vue}} | {{Infobox Product|image=[[Harmony_Logo.png|thumb]]|website=https://harmonyapp.io|languages=Rust, Go, Typescript|repository=https://github.com/harmony-development|frameworks=Vue}} | ||
Harmony was an open source federated chat protocol. | Harmony was an open source federated chat protocol, the developers do not intend to pursue it anymore<ref>https://wiki.rvlt.gg/index.php/File:Harmony_developers%27_stance_on_project.png</ref>. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Notable Sub-projects | |+Notable Sub-projects | ||
Line 34: | Line 34: | ||
</gallery> | </gallery> | ||
=== hRPC === | === hRPC === | ||
hRPC is an RPC system using protocol buffers over HTTP and WebSockets<ref>https://github.com/harmony-development/hrpc</ref>. | |||
An article was posted in November 2021 explaining the goals and idea behind hRPC<ref>https://dev.to/harmonydevelopment/introducing-hrpc-a-simple-rpc-system-for-user-facing-apis-16ge</ref>. |
Revision as of 14:23, 17 September 2022
Harmony was an open source federated chat protocol, the developers do not intend to pursue it anymore[1].
Project | Description |
---|---|
Challah | A Qt/KF5 client for Harmony |
ilo toki | A terminal client for Harmony |
Loqui | Harmony client made with Rust using the egui GUI library |
Tempest | A web client for Harmony written in Vue |
Marcato | A Swift-based server for Harmony |
schzero | A Rust server for Harmony, built using hyper |
legato | Scalable server implementation for the Harmony protocol (written in Go) |
-
Loqui Client
-
Tempest Client
-
Harmony's Website
-
Harmony's FAQ
hRPC
hRPC is an RPC system using protocol buffers over HTTP and WebSockets[2].
An article was posted in November 2021 explaining the goals and idea behind hRPC[3].