An open API service indexing awesome lists of open source software.

https://github.com/lukeuke/talkative

Realtime chat application using GraphQL
https://github.com/lukeuke/talkative

Last synced: about 1 year ago
JSON representation

Realtime chat application using GraphQL

Awesome Lists containing this project

README

          

![Build](https://github.com/Lukeuke/talkative/actions/workflows/build.yml/badge.svg)

## TODO:

### Frontend:
- [x] consume subscription for online status
- [x] make mutation when user joins/leaves app - change online status
- [ ] consume subscription when user joins room
- [ ] push notification (toast?) when user gets message from different room

### Backend:
- [ ] subscription when user gets an invite
- [ ] subscription when user joins room
- [ ] message read status
- [ ] pagination on query's