|
|
|
# harmony
|
|
|
|
[](https://liberapay.com/rocketnine.space)
|
|
|
|
|
|
|
|
Voice and text communications platform
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- Low-latency voice chat powered by [Opus](https://en.wikipedia.org/wiki/Opus_%28audio_format%29) over [WebRTC](https://en.wikipedia.org/wiki/WebRTC)
|
|
|
|
- Rich text chat in [Markdown](https://en.wikipedia.org/wiki/Markdown) format
|
|
|
|
|
|
|
|
## Screenshot
|
|
|
|
|
|
|
|
[](https://harmony.rocketnine.space/static/screenshot_v010_2.png)
|
|
|
|
|
|
|
|
## Web client
|
|
|
|
|
|
|
|
The only client currently implemented is a web interface (located in pkg/web)
|
|
|
|
hosted by the server.
|
|
|
|
|
|
|
|
## Server
|
|
|
|
|
|
|
|
[**Download harmony-server**](https://harmony.rocketnine.space/download/?sort=name&order=desc)
|
|
|
|
|
|
|
|
The server (located in cmd/harmony-server) passes voice and text communications
|
|
|
|
between clients.
|
|
|
|
|
|
|
|
See [HOSTING.md](https://code.rocketnine.space/tslocum/harmony/blob/master/HOSTING.md) for information
|
|
|
|
on hosting a server.
|
|
|
|
|
|
|
|
See [PROTOCOL.md](https://code.rocketnine.space/tslocum/harmony/blob/master/PROTOCOL.md) for information
|
|
|
|
on the harmony protocol.
|
|
|
|
|
|
|
|
## Support
|
|
|
|
|
|
|
|
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/harmony/issues).
|
|
|
|
|
|
|
|
## Libraries
|
|
|
|
|
|
|
|
The following libraries are used to build harmony:
|
|
|
|
|
|
|
|
* [pion/webrtc](https://github.com/pion/webrtc) - WebRTC connections and audio
|
|
|
|
* [gorilla/websocket](https://github.com/gorilla/websocket) - WebSocket connections
|