Y
Hacker News
new
|
ask
|
show
|
jobs
by
soundoflight
3614 days ago
I agree with @dev360. I think it has to do with RavenDB being more common with .NET developers (at least from my experience).
1 comments
V-2
3614 days ago
Hm, isn't RavenDB a .NET solution? As such how could it not be "more common with .NET developers"?
link
sjm-lbm
3614 days ago
RavenDB is just a server application. There's nothing stopping you from connecting to it via, say, Python.
It's just much more commonly used in .NET apps.
link
philliphaydon
3614 days ago
The original client was written in C# but I believe there is Java and JavaScript clients now. Also can be queried via http requests.
link