1 Reply Latest reply on Oct 14, 2015 6:19 AM by kenfinni

    How to create peer chat room

    manesvenom

      I am looking for some hints to build a peer chat room. Each member can chat to other privately. Also I want to build a list of users who has login to the liveoak server. Does the liveoak support to upload Photo/video object?

       

      Cheers,

       

      Venom

        • 1. Re: How to create peer chat room
          kenfinni

          Venom,

           

          Can't see why it wouldn't be possible to do private messaging. The easiest way is probably to have a separate MongoDB Collection for each private chat, possibly with a Collection for tracking the peer names and an id to the chat collection for them.

           

          If using Keycloak, it should be possible to retrieve a list of all users from there.

           

          The "gallery" example uses GridFS to store photos, but can be used to store any binary files.

           

          Ken