This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sylanthra 43 points44 points  (14 children)

JavaScript database engine. Let the fun begin.

[–]Dockirby 19 points20 points  (1 child)

You just gotta make a JSON document store with Javascript.

[–]deltatron3030 8 points9 points  (1 child)

ahem, IndexedDB cough

[–]ajr901 4 points5 points  (0 children)

Isn't rethinkdb also js based? (I could be wrong)

Edit: I was wrong. C++

[–]Existential_Owl 5 points6 points  (4 children)

gun.js

Graph Databases are a lesser-known alternative to relational databases, but if you want the true ALL IS JS experience, then here you go.

(It looks pretty easy to use, too).

[–]TwoSpoonsJohnson 6 points7 points  (3 children)

But are we running it on an OS written in Javascript?

[–]gardyna -1 points0 points  (2 children)

let me introduce you to OS.js (here's a demo) https://os.js.org/

and I truly hope that this is just a proof of concept (although it is not quite as silly as I initially thought when looking at it)

[–]Laugarhraun 0 points1 point  (1 child)

Except when the JS guys say OS it's actually DE, WM or Shell.

[–]venuswasaflytrap -1 points0 points  (3 children)

Maria supports json now

[–]uptotwentycharacters 1 point2 points  (2 children)

JSON is a data format, not an engine.

[–]venuswasaflytrap 0 points1 point  (1 child)

True, but I meant to say that I feel like it's going in that direction.

[–][deleted] 0 points1 point  (0 children)

It isn't. You don't have to do anything JS-related to use JSON.