Real time chat in app

Is it posible to make a chat In my app. so people can interact with each other.

1 Like

Helli @qfabrie,
Yeah you can create a chat app in Kodika using the Kodika Server feature.
You will need to:

  1. Enable Kodika Server
  2. Implement User Authentication
  3. Create a new Server Data Type called Messages
  4. Create a Screen that users can see their Message Groups.
  5. Press on a group and see all the Messages using a List View and Cells.
  6. Be able to create new Messages.

I am going to prepare a detailed guide explaining each step.

2 Likes

I will check thx for the help