Coder Social home page Coder Social logo

Comments (2)

gabrielbarceloscn avatar gabrielbarceloscn commented on August 17, 2024

Hi @ellipsis-apps .

In case this works, youยดll expose RavenDB instance sensitive data to client code?

from ravendb.identity.

JudahGabriel avatar JudahGabriel commented on August 17, 2024

Hi @ellipsis-apps ,

The question boils down to this:, is Blazor's ".NET in the browser" WASM runtime able to run the RavenDB C# client? My answer is: probably? You'll probably want to ask this in the Raven mailing group.

RavenDB.Client is entirely managed code running on .NET Core, as I recall. Seems like a good candidate for running in Blazor's WASM runtime.

As @gabrielbarceloscn mentioned, not having a backend means you're introducing a new security concern. In RavenDB, security is done by certificates: to connect to the database, you need a certificate. Usually, your backend has that certificate. If you don't have a backend, then your Blazor app would need the certificate. And if your Blazor app has the certificate, so do your users. So you'd need to think about how that could work.

I'm looking for experience in alternatives to SQL databases & RavenDB seems to be one of the only ones offering free hosting for developers

You'll love Raven. It's stable and powerful and fast, and the tooling is fantastic, .NET is a first-class citizen, it's built with .NET Core. ๐Ÿ˜Ž I use it for all my projects, and I dread ever having to write against SQL.

from ravendb.identity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.