Expand description
Peillute - A distributed financial transaction system
This module serves as the main entry point for the Peillute application, handling both server and client-side functionality. The application supports distributed transactions with vector clock synchronization and peer-to-peer communication.
Modulesยง
- clock ๐
- Logical clock implementation for distributed synchronization
- control ๐
- Command handling and CLI interface
- db ๐
- Database management for the Peillute application
- message ๐
- Message handling for distributed transactions
- network ๐
- Network communication and peer management
- snapshot ๐
- Snapshot management for distributed state consistency
- state ๐
- Application state management for Peillute
- utils ๐
- views ๐
- Web interface components for the Peillute application
Structsยง
- Args ๐
- Command-line arguments for configuring the Peillute application
Enumsยง
- Route ๐
- Defines the routing structure for the web application
Constantsยง
Functionsยง
- App ๐
- Main application component that sets up the web interface
- disconnect ๐
- main ๐
- main_
loop ๐