Voice and text communications platform powered by WebRTC
Go to file
Trevor Slocum c2def0b254 Add screenshot to README 2019-12-12 19:49:21 -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 Add download link to README 2019-12-11 19:10:06 -08:00
LICENSE Initial commit 2019-11-24 02:47:49 -08:00
README.md Add screenshot to README 2019-12-12 19:49:21 -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

Screenshot

Web client

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

Server

Download 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: