What is LonaDB?

LonaDB is a early prototype of a Database written in JavaScript.

It uses JSON to store everything and supports different users.



How does it work?

LonaDB is a Open Source Project and can be self-hosted. It uses the Node.JS Library "net" to start a socket.

Requests can be sent from a Client. These requests are stringified JSONs containing all data required from the server to operate and give the requested variable's value for example.


There is currently only one official client for LonaDB, which is written in JavaScript.

Client


Where can I get LonaDB?

LonaDB is available on GitHub. In the README.md is a quick tutorial on how to install LonaDB.

Please remember to edit the config.js file!

GitHub


© 2023 Collin Buchkamer. All rights reserved.