Docs/guide/getting-started.md

17 lines
884 B
Markdown
Raw Normal View History

2024-03-14 14:34:06 +00:00
# LonaDB
2024-03-14 14:47:39 +00:00
LonaDB is a document-oriented DBMS written in PHP. It utilizes AES-encrypted JSON files to store data.<br/>
2024-03-14 14:34:06 +00:00
The communication between the server and clients happens with a TCP-socket using our own API.
2023-08-12 09:54:12 +00:00
2024-03-14 14:34:06 +00:00
## 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)
2023-08-12 09:54:12 +00:00
2024-03-14 14:34:06 +00:00
## Contributing
2023-08-12 09:54:12 +00:00
2024-03-14 14:34:06 +00:00
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).
2023-08-12 09:54:12 +00:00
2024-03-14 14:34:06 +00:00
## License
2023-08-12 09:54:12 +00:00
2024-03-14 14:50:22 +00:00
This project is licensed under the [AGPL-3.0 License](https://github.com/LonaDB/Hadro/blob/main/LICENSE). Feel free to use, modify, and distribute it