Relative Content

Tag Archive for node.jsdatabasemongodbbackend

Tips for choosing the correct MongoDB structure?

I have a project I am planning, and I am struggling to figure out how I want to structure my mongodb database.
I essentially want my project to update the user’s data live using websocket, where I only want to send the changed data.
In this project I will have multiple rooms, which have multiple (physical) tables in them. I need the ability to have orders (Like orders in a restaurant) assigned to those tables.