Skip to content
@rust-drive

rust-drive

Rustdrive

Static Badge Static Badge Static Badge Static Badge

This project with aims to create a intuitive cloud.

I host a nextcloud, but some of my clients are confused over the loads of options they have. Just to look at a files details there are multible tabs and options. So i decided that it is time again for a Project. It propably only will be for learning purposes, but you will never know..

Structure

Front and Backend are as much seperated as possible. By that they get interchangeable. You could host the frontend on any static webserver and have the backend be on any other Device with Rust and Internet. By that you can alter the design and functionallity of the apps, without touching the Backend. This architecture also ensures that only the API has to be secure.

graph TD
  user --> frontend
  apps --> frontend
  configuration --> frontend

  frontend --> backend
  backend --> database
  backend --> files

Loading

Pinned Loading

  1. frontend frontend Public

    JavaScript 1

  2. backend backend Public

    The Backend for the Rust Drive

    Rust

Repositories

Showing 4 of 4 repositories
  • frontend Public
    rust-drive/frontend’s past year of commit activity
    JavaScript 1 Unlicense 0 0 0 Updated Feb 3, 2025
  • rustdrive.ch Public

    Project Website and Playground

    rust-drive/rustdrive.ch’s past year of commit activity
    0 Unlicense 0 0 0 Updated Jan 14, 2025
  • .github Public
    rust-drive/.github’s past year of commit activity
    0 0 0 0 Updated Jan 14, 2025
  • backend Public

    The Backend for the Rust Drive

    rust-drive/backend’s past year of commit activity
    Rust 0 Unlicense 0 0 0 Updated Jan 13, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…