-
Hi everyone, I'd like to know if realm.net can be used as the backend for an ASP.NET Core website...
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
nirinchev
May 30, 2023
Replies: 1 comment 1 reply
-
Hey, yes, Realm is supported on ASP.NET Core, even if it's not our primary use case.
Generally speaking, Realm would be a good fit for single-server cache-like solution, but if you're load balancing a fleet of web servers, you're probably better-off with a dedicated database server. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
darcome
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, yes, Realm is supported on ASP.NET Core, even if it's not our primary use case.