A set of stabilized interfaces for cchat implementations, joining the backend and frontend together.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
cmd/internal | 2 years ago | |
repository | 2 years ago | |
services | 3 years ago | |
text | 2 years ago | |
utils | 2 years ago | |
.editorconfig | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
cchat.go | 2 years ago | |
generator.go | 2 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago |
README.md
cchat
A set of stabilized interfaces for cchat implementations, joining the backend and frontend together.
Refer to the GoDoc for interfaces and documentations.
Known implementations
The following sections contain known cchat implementations. PRs are welcomed for more implementations to be added here.
Backend
- diamondburned/cchat-mock
- A small subset of the cchat backend implementation mocked with fake data for testing.
- diamondburned/cchat-discord
- A Discord backend implementing cchat interfaces.
Frontend
- diamondburned/cchat-gtk
- A GTK+3 implementation of a cchat frontend.