cchat/README.md

28 lines
835 B
Markdown

# [cchat][godoc]
A set of stabilized interfaces for cchat implementations, joining the backend
and frontend together.
Refer to the [GoDoc][godoc] for interfaces and documentations.
[godoc]: https://godoc.org/github.com/diamondburned/cchat
## Known implementations
The following sections contain known cchat implementations. PRs are welcomed for
more implementations to be added here.
### Backend
- [diamondburned/cchat-mock](https://github.com/diamondburned/cchat-mock)
- A small subset of the cchat backend implementation mocked with fake data
for testing.
- [diamondburned/cchat-discord](https://github.com/diamondburned/cchat-discord)
- A Discord backend implementing cchat interfaces.
### Frontend
- [diamondburned/cchat-gtk](https://github.com/diamondburned/cchat-gtk)
- A GTK+3 implementation of a cchat frontend.