← Back
December 13, 2024 Updated March 07, 2026
[Project] VeilComm
Table of Contents
Technical Stack
- Backend: Rust, Actix-Web, OpenSSL, Tokio
- Frontend: React, TypeScript, Tailwind CSS
Core Features
- Onion Routing: Multi-layer encryption through network relays
- Circuit Building: Establishes secure paths across nodes
- Real-time Visualization: Interactive network activity display
- Full-stack Implementation: Rust backend with React frontend
Overview
Veilcomm demonstrates how the Tor protocol works by implementing its core components. Built with Rust and React, it provides both a functional backend and a visual interface to understand anonymous communication networks. This is a partial implementation and made for educational purposes only. Go to source code