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
- Host: GitHub
- URL: https://github.com/lukeuke/talkative
- Owner: Lukeuke
- Created: 2024-09-22T09:26:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T23:06:42.000Z (over 1 year ago)
- Last Synced: 2025-02-12T16:55:16.418Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 488 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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