Expand description
WebSocket Gateway archetype templates
Templates for generating real-time WebSocket services with channel-based messaging.
Functionsยง
- application_
hub - Generate application/hub.rs
- application_
mod - Generate application/mod.rs
- cargo_
toml - Generate Cargo.toml for websocket gateway project
- config_
rs - Generate config.rs
- dockerfile
- Generate Dockerfile
- domain_
connection - Generate domain/connection.rs
- domain_
messages - Generate domain/messages.rs
- domain_
mod - Generate domain/mod.rs
- error_
rs - Generate error.rs
- infrastructure_
health - Generate infrastructure/health.rs
- infrastructure_
mod - Generate infrastructure/mod.rs
- main_rs
- Generate main.rs
- presentation_
handlers - Generate presentation/handlers.rs
- presentation_
mod - Generate presentation/mod.rs
- readme
- Generate README.md