Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.06 KB

File metadata and controls

17 lines (11 loc) · 1.06 KB

License: PolyForm Shield

Castra

A high-performance web application built with a focus on speed, safety, and modern development practices. This project integrates a robust Rust-based backend with a reactive and efficient Svelte 5 frontend to provide a seamless user experience.

Description

This repository contains a full-stack web application designed for scalability and maintainability. The backend is powered by Rust, ensuring memory safety and high concurrency, while the frontend leverages Svelte 5 reactivity model and component architecture to deliver a fast and responsive interface.

Technology Stack

  • Rust: Core backend logic and processing.
  • Axum: Highly modular and performant web framework.
  • SQLx: Async PostgreSQL driver with compile-time safe queries.
  • Tokio: Asynchronous runtime for high-concurrency tasks.
  • Svelte 5: Modern UI framework for reactivity and performance.