Module websocket

Module websocket 

Source
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