gtc: Golang Terminal Chat

GitHub go.mod Go version GitHub tag (latest by date) Docker Image Version (latest by date) GitHub last commit GitHub Release Date GitHub issues GitHub top language

gtc is a p2p terminal chat app, using webrtc. All conversation content will not pass through the server.

image

Getting Started

Install

go install github.com/szpnygo/[email protected]

or you can download from release

Quick Run

gtc -s wss://gogs.tcodestudio.com

Use your own service

gtc server -r golang,movie,meta,job,tech,idea
gtc -s ws://127.0.0.1:8888

Docker

Docker

TURN and STUN Server

coturn

License

Apache License Version 2.0

GitHub

View Github