This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How to create peer chat roomkenfinni Oct 14, 2015 6:19 AM (in response to manesvenom)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 
 
    