Voice and text communications platform powered by WebRTC
cmd/harmony-server | ||
pkg | ||
.gitignore | ||
CHANGELOG | ||
go.mod | ||
go.sum | ||
goreleaser.yml | ||
HOSTING.md | ||
LICENSE | ||
PROTOCOL.md | ||
README.md |
harmony
Voice and text communications platform
Features
Screenshot
Web client
The only client currently implemented is a web interface (located in pkg/web) hosted by the server.
Server
The server (located in cmd/harmony-server) passes voice and text communications between clients.
See HOSTING.md for information on hosting a server.
See PROTOCOL.md for information on the harmony protocol.
Support
Please share issues and suggestions here.
Libraries
The following libraries are used to build harmony:
- pion/webrtc - WebRTC connections and audio
- gorilla/websocket - WebSocket connections