cchat/README.md

28 lines
835 B
Markdown
Raw Normal View History

# [cchat][godoc]
2020-05-20 03:42:26 +00:00
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
2020-05-20 03:42:26 +00:00
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.
2020-06-08 06:42:01 +00:00