Please enable JavaScript.
Coggle requires JavaScript to display documents.
App Client, APP Server (Containers (Userdata_db_manager (position,…
App Client
APP Server
Containers
Userdata_db_manager
position
timeStamp
direction
online
Proxy
Message_db_manager
message
IP
pseudo
timestamp
Events_db_manager
status
id
timestamp
type
mongoDB
User visible endpoint
/getUserData
/emitChatMessage
/updateChat
Visible Endpoint
/login
/setUserData
Iris Server
Visible endpoint
/signIn
Dummy Portal
/logIn
Containers
UserDB
email
salt
appName
login
Proxy
Hidden endpoint
/auth
?
APP Server
What to store on the server db ? What are the logs ?
For the demo, maybe we can store the position of the users in real time, and show them in 3D in the client APP
Should the position of users be stored? or should it be only real time db ?
We can have 2 types of db:
1 stored db with messages
1 real time db, just showing the users online
Iris server
Which domain name ?