This is a sample to demonstrate how to use Compose with Ktor Websockets, did it in this session during MENADD https://www.youtube.com/watch?v=QL3Jk_RZqO8
you can test with this client project https://github.com/AhmedNMahran/compose-ktor-chat-client
- simple socket chat from ktor official tutorials
- more advanced messaging
- add username customization
- add authentication
- add serialization
- send number of users to all sessions
- send image urls with users
- add some dummy users and update message sending logic
- Todo : add database