Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online (browser) version of Mingo #659

Open
tothradoslav opened this issue Sep 3, 2024 · 0 comments
Open

Online (browser) version of Mingo #659

tothradoslav opened this issue Sep 3, 2024 · 0 comments
Labels

Comments

@tothradoslav
Copy link
Contributor

It is not possible to connect to MongoDB directly from a browser. It is only possible using NodeJS features. This is why an electron app is handy. However, it would be possible to create a browser version with online login. Here is the list of cons / pros.

Pros:

  • no need to download and install the app
  • always using the latest version
  • available everywhere
  • no Operating System related issues - it's unified

Cons:

  • security: all data flow through Mingo's servers, which imposes a security question. This can be solved by end-to-end encryption
  • performance: it is almost impossible to estimate the load it would take on our servers
  • how to connect to localhost connections?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant