hwangs12 / electron-log

desktop app but you can do it in js, css, html. how awesome.
0 stars 0 forks source link

load chat rooms on load from db #6

Open hwangs12 opened 5 months ago

hwangs12 commented 5 months ago
  1. first we can use main process to connect to db and get all the resources
  2. another way is to create wrapper from url to interact with mongo. (where to host this)
hwangs12 commented 4 months ago

poc done: was able to add db to the chat next: unpack what unloading is on electron renderer process for example, we can unload the chats when app is ready then do the inter process comm from main to renderer process once in renderer process, iterate those data to UI