Expand description
Development server with WebSocket live reload
Provides a static file server with automatic reload when files change.
Structs§
- Server
Config - Server configuration
- Server
State - Server state shared across handlers
Enums§
- Reload
Message - Reload message sent to connected clients
Functions§
- create_
router - Create the server router
- notify_
reload - Notify clients to reload
- run_
server - Run the development server