Docs/guide/getting-started.md
2024-03-14 14:34:06 +00:00

17 lines
842 B
Markdown

# LonaDB
LonaDB is a document-oriented DBMS written in PHP. It utilizes AES-encrypted JSON files to store data.</br>
The communication between the server and clients happens with a TCP-socket using our own API.
## Important links
- [Installation](https://docs.lona-development.org/guide/install.html)
- [Webinterface](https://docs.lona-development.org/guide/webinterface.html)
- [Clients](https://docs.lona-development.org/guide/clients.html)
- [Plugin Template](https://github.com/LonaDB/PluginTemplate)
## Contributing
Contributions to the LonaDB project are welcome! If you encounter any issues or have suggestions for improvements, please open an issue in the [GitHub repository](https://github.com/LonaDB/Server).
## License
This project is licensed under the [AGPL-3.0 License](LICENSE). Feel free to use, modify, and distribute it