Benutzer-Werkzeuge

Webseiten-Werkzeuge


lesezeichen

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
lesezeichen [2024/12/04 23:08] marcellesezeichen [2025/06/15 10:11] (aktuell) marcel
Zeile 3: Zeile 3:
 ===== - ActivityPub ===== ===== - ActivityPub =====
  
 +  * [[https://www.w3.org/TR/activitypub/|ActivityPub]]
 +  * [[https://docs.joinmastodon.org/client/intro/|Getting started with the API]]
   * [[https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/|How to implement a basic ActivityPub server]]   * [[https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/|How to implement a basic ActivityPub server]]
   * [[https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/|How to make friends and verify requests]]   * [[https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/|How to make friends and verify requests]]
Zeile 15: Zeile 17:
   * [[https://docs.docker.com/|Docker Docs]]   * [[https://docs.docker.com/|Docker Docs]]
   * [[https://docs.docker.com/guides/language/rust/|Rust language-specific guide]]   * [[https://docs.docker.com/guides/language/rust/|Rust language-specific guide]]
 +
 +===== - j-lawyer.org =====
 +
 +  * [[https://github.com/jlawyerorg/j-lawyer-org/tree/master/docker|j-lawyer.org server - dockerized]]
 +
 +===== - Nextcloud =====
 +
 +==== - Office ====
 +
 +  * [[https://docs.nextcloud.com/server/latest/admin_manual/office/example-docker.html|Installation example with Docker]]
 +
 +===== - Postgres =====
 +
 +  * [[https://www.postgresql.org/docs/current/ddl-constraints.html|5.5. Constraints]]
  
 ===== - Rust ===== ===== - Rust =====
Zeile 25: Zeile 41:
  
   * [[https://actix.rs/|Actix Web]]   * [[https://actix.rs/|Actix Web]]
-    * [[https://actix.rs/docs/getting-started/|Getting Started]]+  * [[https://actix.rs/docs/getting-started/|Getting Started]] 
 + 
 +=== - Actix Session === 
 + 
 +  * [[https://docs.rs/actix-session/latest/actix_session/|Crate actix_session]]
   * [[https://lpalmieri.com/posts/session-based-authentication-in-rust/|An Introduction To Session-based Authentication In Rust]]   * [[https://lpalmieri.com/posts/session-based-authentication-in-rust/|An Introduction To Session-based Authentication In Rust]]
 +
 +==== - Axum ====
 +
 +  * [[https://github.com/tokio-rs/axum/tree/main|Github]]
 +  * [[https://www.shuttle.dev/blog/2023/12/06/using-axum-rust|Getting Started with Axum - Rust's Most Popular Web Framework]]
 +  * [[https://medium.com/@aleksej.gudkov/rust-website-example-building-a-simple-website-with-rust-and-axum-6edde86a33f1|Rust Website Example: Building a Simple Website with Rust and Axum]]
 +  * [[https://spacedimp.com/blog/using-rust-axum-postgresql-and-tokio-to-build-a-blog/|Using Rust, Axum, PostgreSQL, and Tokio to build a Blog]]
 +
 ==== - Diesel ==== ==== - Diesel ====
  
   * [[https://diesel.rs/|Diesel is a Safe, Extensible ORM and Query Builder for Rust]]   * [[https://diesel.rs/|Diesel is a Safe, Extensible ORM and Query Builder for Rust]]
     * [[https://diesel.rs/guides/getting-started|Getting Started with Diesel]]     * [[https://diesel.rs/guides/getting-started|Getting Started with Diesel]]
 +
 +==== - Dioxus ====
 +
 +* [[https://dioxuslabs.com/|Dioxus | Fullstack crossplatform app framework for Rust]]
  
 ==== - Fullstack ==== ==== - Fullstack ====
Zeile 40: Zeile 72:
     * [[https://github.com/FrancescoXX/fullstack-rust-nextjs|GitHub - FrancescoXX /     * [[https://github.com/FrancescoXX/fullstack-rust-nextjs|GitHub - FrancescoXX /
 fullstack-rust-nextjs]] fullstack-rust-nextjs]]
 +
 +
 +==== - Leptos ====
 +
 +  * [[https://leptos.dev/|Leptos]]
 +  * [[https://book.leptos.dev/|Book]]
 +  * [[https://edinsonjim.idesoft.co/articles/building-a-file-uploader-using-leptos/|Building A File Uploader Using Leptos]]
  
 ==== - Rocket ==== ==== - Rocket ====
Zeile 54: Zeile 93:
  
   * [[https://blog.logrocket.com/json-and-rust-why-serde_json-is-the-top-choice/|JSON and Rust: Why serde_json is the top choice]]   * [[https://blog.logrocket.com/json-and-rust-why-serde_json-is-the-top-choice/|JSON and Rust: Why serde_json is the top choice]]
 +
 +==== - SQLx ====
 +
 +  * [[https://github.com/launchbadge/sqlx/|Repository]]
 +  * [[https://www.shuttle.dev/blog/2023/10/04/sql-in-rust|Raw SQL in Rust with SQLx]]
 +  * [[https://dev.to/behainguyen/rust-mysql-delete-insert-data-using-crate-sqlx-9ii|Rust & MySQL: delete, insert data using crate sqlx.]]
  
 ==== - Yew ==== ==== - Yew ====
Zeile 60: Zeile 105:
   * [[https://yew.rs/docs/getting-started/introduction|Getting Started]]   * [[https://yew.rs/docs/getting-started/introduction|Getting Started]]
  
-==== - Sharkey ====+===== - Sharkey =====
  
   * [[https://activitypub.software/TransFem-org/Sharkey|Sharkey]]   * [[https://activitypub.software/TransFem-org/Sharkey|Sharkey]]
   * [[https://docs.joinsharkey.org/docs/install/fresh/|Documentation]]   * [[https://docs.joinsharkey.org/docs/install/fresh/|Documentation]]
  
-==== - SQLx ==== +===== - Web =====
- +
-  * [[https://github.com/launchbadge/sqlx/|Repository]] +
-  * [[https://www.shuttle.dev/blog/2023/10/04/sql-in-rust|Raw SQL in Rust with SQLx]] +
- +
- +
  
 +  * [[https://developer.mozilla.org/de/docs/Web/API/File_API/Using_files_from_web_applications|Dateien aus Webanwendungen verwenden]]
  
lesezeichen.1733350126.txt.gz · Zuletzt geändert: von marcel