Voice and text communications platform powered by WebRTC
Go to file
Trevor Slocum 0ea4b1d8bb Parse chat messages as Markdown 2019-12-11 19:04:24 -08:00
.builds Update build manifests 2019-12-10 07:23:10 -08:00
cmd/harmony-server Initial voice chat implementation 2019-12-02 08:50:55 -08:00
pkg Parse chat messages as Markdown 2019-12-11 19:04:24 -08:00
.gitignore Initial commit 2019-11-24 02:47:49 -08:00
CHANGELOG Initial commit 2019-11-24 02:47:49 -08:00
HOSTING.md Update HOSTING.md 2019-12-10 08:37:39 -08:00
LICENSE Initial commit 2019-11-24 02:47:49 -08:00
README.md Migrate web client layout to CSS grid 2019-12-11 07:50:26 -08:00
go.mod Parse chat messages as Markdown 2019-12-11 19:04:24 -08:00
go.sum Parse chat messages as Markdown 2019-12-11 19:04:24 -08:00
goreleaser.yml Migrate web client layout to CSS grid 2019-12-11 07:50:26 -08:00

README.md

harmony

GoDoc builds.sr.ht status Donate

Voice and text communications platform

Features

  • Low-latency voice chat using Opus
  • Rich text chat using Markdown

Web client

The only client currently implemented is a web interface (located in pkg/web) hosted by the server.

harmony-server

The server (located in cmd/harmony-server) passes voice and text communications between clients.

See HOSTING.md for information on hosting a server.

Support

Please share suggestions/issues here.

Libraries

The following libraries are used to build harmony: