Skip to content

AhmedNMahran/ktor-socket-server

Repository files navigation

ktor socket server

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

Release notes:

version 0.1:

  • simple socket chat from ktor official tutorials

version 0.2:

  • more advanced messaging

version 0.3:

version 0.4:

  • add username customization
  • add authentication
  • add serialization

version 0.5:

  • send number of users to all sessions
  • send image urls with users
  • add some dummy users and update message sending logic
  • Todo : add database

About

ktor server for chat app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages